{"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);
* intervals in which it will be called. */
if (status != 0)
{
- const char *mei = global_option_get ("MaxEffectiveInterval");
+ const char *mei = global_option_get ("MaxReadInterval");
int max_effective_interval = atoi (mei);
if (max_effective_interval <= 0) {
max_effective_interval = 86400;