Home
last modified time | relevance | path

Searched refs:kAdjustFactorPct (Results 1 – 1 of 1) sorted by relevance

/rocksdb-6.9/util/
Drate_limiter.cc280 const int kAdjustFactorPct = 5; in Tune() local
309 sanitized_prev_bytes_per_sec * 100 / (100 + kAdjustFactorPct)); in Tune()
313 prev_bytes_per_sec, port::kMaxInt64 / (100 + kAdjustFactorPct)); in Tune()
316 sanitized_prev_bytes_per_sec * (100 + kAdjustFactorPct) / 100); in Tune()