mirror of
https://github.com/privacore/open-source-search-engine.git
synced 2025-07-13 02:36:06 -04:00
Call attemptMergeAll directly instead of attemptMergeAllCallback
This commit is contained in:
3
Rdb.cpp
3
Rdb.cpp
@ -1113,7 +1113,8 @@ void Rdb::doneDumping ( ) {
|
||||
// the rest from doing it
|
||||
// don't attempt merge if we're niceness 0
|
||||
if ( !m_niceness ) return;
|
||||
attemptMergeAllCallback(0,NULL);
|
||||
|
||||
attemptMergeAll();
|
||||
}
|
||||
|
||||
void forceMergeAll(rdbid_t rdbId) {
|
||||
|
Reference in New Issue
Block a user