mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Get rid of LogFlush() in InternalIterator
This commit is contained in:
@@ -2559,7 +2559,6 @@ Iterator* DBImpl::NewInternalIterator(const ReadOptions& options,
|
||||
internal_iter->RegisterCleanup(CleanupIteratorState, cleanup, nullptr);
|
||||
|
||||
mutex_.Unlock();
|
||||
LogFlush(options_.info_log);
|
||||
return internal_iter;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user