pub(crate) const COMPACTION_MINIMUM_TIMEOUT: Config<Duration>;
Expand description

In Compactor::compact_and_apply_background, the minimum amount of time to allow a compaction request to run before timing it out. A request may be given a timeout greater than this value depending on the inputs’ size