make it more clear that clean_ruleset_interval=0 disables the check

see #699
This commit is contained in:
Thomas Bernard 2024-01-31 05:24:57 +01:00
parent 1a49233fe7
commit 420bd685cf
1 changed files with 1 additions and 1 deletions

View File

@ -899,7 +899,7 @@ struct runtime_vars {
int notify_interval; /* seconds between SSDP announces */
/* unused rules cleaning related variables : */
int clean_ruleset_threshold; /* threshold for removing unused rules */
int clean_ruleset_interval; /* (minimum) interval between checks */
int clean_ruleset_interval; /* (minimum) interval between checks. 0=disabled */
};
/* parselanaddr()