summaryrefslogtreecommitdiff
path: root/src/os/WBThrottle.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/os/WBThrottle.h')
-rw-r--r--src/os/WBThrottle.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/os/WBThrottle.h b/src/os/WBThrottle.h
index 797a6e78246..070de08e123 100644
--- a/src/os/WBThrottle.h
+++ b/src/os/WBThrottle.h
@@ -46,6 +46,10 @@ enum {
class WBThrottle : Thread, public md_config_obs_t {
hobject_t clearing;
+ /* *_limits.first is the start_flusher limit and
+ * *_limits.second is the hard limit
+ */
+
/// Limits on unflushed bytes
pair<uint64_t, uint64_t> size_limits;