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:
@@ -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
|
||||
|
@@ -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;
|
||||
|
@@ -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 },
|
||||
|
Reference in New Issue
Block a user