logic: run message handling in parallel per message

This commit is contained in:
Eberhard Graether
2017-04-19 14:26:28 +02:00
parent 33ff346d3b
commit 01bd0efefb
4 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -187,8 +187,8 @@ private:
SqliteIndexStorage m_sqliteIndexStorage;
SqliteBookmarkStorage m_sqliteBookmarkStorage;
mutable std::map <FilePath, Id> m_fileNodeIds;
mutable std::map <Id, FilePath> m_fileNodePaths;
std::map <FilePath, Id> m_fileNodeIds;
std::map <Id, FilePath> m_fileNodePaths;
HierarchyCache m_hierarchyCache;
};