Code

Added new WriteQueueLengthLimit (drop values when bigger)
[collectd.git] / src / configfile.c
index d6c224fd74966e23f6758ee79be11b75a67e5960..88bed1c436a4d9fa89a4bfefaffacd3b386cfb5a 100644 (file)
@@ -109,6 +109,8 @@ static cf_global_option_t cf_global_options[] =
        {"Interval",    NULL, NULL},
        {"ReadThreads", NULL, "5"},
        {"WriteThreads", NULL, "5"},
+       {"WriteQueueLengthLimitHigh", NULL, NULL},
+       {"WriteQueueLengthLimitLow", NULL, NULL},
        {"Timeout",     NULL, "2"},
        {"AutoLoadPlugin", NULL, "false"},
        {"PreCacheChain",  NULL, "PreCache"},