forked from Mirrors/privacore-open-source-search-engine
Don't remove rebuild from treeIndex as there is no data in it and we're going to delete it anyway
This commit is contained in:
@ -388,10 +388,6 @@ bool RdbBase::removeRebuildFromFilenames() {
|
||||
}
|
||||
}
|
||||
|
||||
if (m_useIndexFile) {
|
||||
removeRebuildFromFilename(m_treeIndex.getFile());
|
||||
}
|
||||
|
||||
// reset all now
|
||||
reset();
|
||||
|
||||
|
Reference in New Issue
Block a user