PSB unittests complete

This commit is contained in:
2022-07-26 19:08:12 +02:00
parent 152c01b2ec
commit 681738dcc6
2 changed files with 23 additions and 7 deletions

View File

@ -34,11 +34,6 @@ void Factory::produceFrameworkObjects(void* args) {
new HealthTable(objects::HEALTH_TABLE);
new InternalErrorReporter(objects::INTERNAL_ERROR_REPORTER);
{
PoolManager::LocalPoolConfig poolCfg = {{100, 16}, {50, 32}, {25, 64}, {15, 128}, {5, 1024}};
new PoolManager(objects::TC_STORE, poolCfg);
}
{
PoolManager::LocalPoolConfig poolCfg = {{100, 16}, {50, 32}, {25, 64}, {15, 128}, {5, 1024}};
new PoolManager(objects::TM_STORE, poolCfg);