mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-09 00:12:04 -04:00
Remove the option 'cleaning-interval'
Obsoleted in 9.15, we can remove the option in 9.17.
This commit is contained in:
parent
6e2597b55a
commit
a889ed38ef
3 changed files with 2 additions and 5 deletions
|
|
@ -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 },
|
||||
|
|
|
|||
Loading…
Reference in a new issue