new constant

This commit is contained in:
Roman Sorokin 2014-08-12 10:30:09 +03:00 committed by Alex Zolotarev
parent 13043ca83b
commit 05850b7dc0

View file

@ -33,7 +33,7 @@ struct LessCoverageCell
ReadManager::ReadManager(EngineContext & context, model::FeaturesFetcher & model)
: m_context(context)
, m_model(model)
, myPool(1024, ReadMWMTaskFactory(m_memIndex, m_model, m_context))
, myPool(64, ReadMWMTaskFactory(m_memIndex, m_model, m_context))
{
m_pool.Reset(new threads::ThreadPool(ReadCount(), bind(&ReadManager::OnTaskFinished, this, _1)));
}