mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-05 08:47:53 +00:00
Remove the compaction delay. Somehow it's not helping.
This commit is contained in:
@@ -822,9 +822,6 @@ Status DBImpl::FinishCompactionOutputFile(CompactionState* compact,
|
|||||||
(unsigned long long) output_number,
|
(unsigned long long) output_number,
|
||||||
(unsigned long long) current_entries,
|
(unsigned long long) current_entries,
|
||||||
(unsigned long long) current_bytes);
|
(unsigned long long) current_bytes);
|
||||||
|
|
||||||
// rate-limit compaction file creation with a 100ms pause
|
|
||||||
env_->SleepForMicroseconds(100000);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return s;
|
return s;
|
||||||
|
|||||||
Reference in New Issue
Block a user