rename option MaxEffectiveInterval -> MaxReadInterval
[collectd.git] / src / configfile.c
index 8c5ecdf..05d41cd 100644 (file)
@@ -119,7 +119,7 @@ static cf_global_option_t cf_global_options[] =
        {"AutoLoadPlugin", NULL, "false"},
        {"PreCacheChain",  NULL, "PreCache"},
        {"PostCacheChain", NULL, "PostCache"},
-       {"MaxEffectiveInterval", NULL, "86400"}
+       {"MaxReadInterval", NULL, "86400"}
 };
 static int cf_global_options_num = STATIC_ARRAY_SIZE (cf_global_options);