forked from organicmaps/organicmaps
new constant
This commit is contained in:
parent
13043ca83b
commit
05850b7dc0
1 changed files with 1 additions and 1 deletions
|
@ -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)));
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue