prep patch version

This commit is contained in:
2023-03-14 20:02:27 +01:00
parent 13c7ef373d
commit 005d5a5223
4 changed files with 13 additions and 8 deletions

View File

@ -33,7 +33,7 @@ void factory(void* args) {
{
PoolManager::LocalPoolConfig poolCfg = {{300, 16}, {200, 32}, {150, 64}, {150, 128},
{100, 256}, {50, 512}, {50, 1024}, {10, 2048}};
new PoolManager(objects::IPC_STORE, poolCfg, true);
new PoolManager(objects::IPC_STORE, poolCfg);
}
}