2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 22:15:20 +00:00

Remove the option 'cleaning-interval'

Obsoleted in 9.15, we can remove the option in 9.17.
This commit is contained in:
Matthijs Mekking
2020-12-08 11:55:42 +01:00
parent 6e2597b55a
commit a889ed38ef
3 changed files with 2 additions and 5 deletions

View File

@@ -3062,9 +3062,6 @@ system.
Periodic Task Intervals
^^^^^^^^^^^^^^^^^^^^^^^
``cleaning-interval``
This option is obsolete.
``heartbeat-interval``
The server performs zone maintenance tasks for all zones marked
as ``dialup`` whenever this interval expires. The default is 60

View File

@@ -76,7 +76,7 @@
typedef struct cache_cleaner cache_cleaner_t;
typedef enum {
cleaner_s_idle, /*%< Waiting for cleaning-interval to expire. */
cleaner_s_idle, /*%< Waiting for cleaning interval to expire. */
cleaner_s_busy, /*%< Currently cleaning. */
cleaner_s_done /*%< Freed enough memory after being overmem. */
} cleaner_state_t;

View File

@@ -1977,7 +1977,7 @@ static cfg_clausedef_t view_clauses[] = {
{ "cache-file", &cfg_type_qstring, 0 },
{ "catalog-zones", &cfg_type_catz, 0 },
{ "check-names", &cfg_type_checknames, CFG_CLAUSEFLAG_MULTI },
{ "cleaning-interval", &cfg_type_uint32, CFG_CLAUSEFLAG_OBSOLETE },
{ "cleaning-interval", &cfg_type_uint32, CFG_CLAUSEFLAG_ANCIENT },
{ "clients-per-query", &cfg_type_uint32, 0 },
{ "deny-answer-addresses", &cfg_type_denyaddresses, 0 },
{ "deny-answer-aliases", &cfg_type_denyaliases, 0 },