data: Reduced number of storages in shared memory queue until indexer starts waiting to 2 to save memory
This commit is contained in:
@@ -63,7 +63,7 @@ void InterprocessIndexer::work()
|
||||
while (true)
|
||||
{
|
||||
const size_t storageCount = m_interprocessIntermediateStorageManager.getIntermediateStorageCount();
|
||||
if (storageCount < 10)
|
||||
if (storageCount < 2)
|
||||
{
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user