deprecate resolver-retry-interval and resolver-nonbackoff-tries
these options control default timing of retries in the resolver for experimental purposes; they are not known to useful in production environments. they will be removed in the future; for now, we only log a warning if they are used.
This commit is contained in:
@@ -2133,9 +2133,11 @@ static cfg_clausedef_t view_clauses[] = {
|
||||
{ "request-nsid", &cfg_type_boolean, 0 },
|
||||
{ "request-sit", NULL, CFG_CLAUSEFLAG_ANCIENT },
|
||||
{ "require-server-cookie", &cfg_type_boolean, 0 },
|
||||
{ "resolver-nonbackoff-tries", &cfg_type_uint32, 0 },
|
||||
{ "resolver-nonbackoff-tries", &cfg_type_uint32,
|
||||
CFG_CLAUSEFLAG_DEPRECATED },
|
||||
{ "resolver-query-timeout", &cfg_type_uint32, 0 },
|
||||
{ "resolver-retry-interval", &cfg_type_uint32, 0 },
|
||||
{ "resolver-retry-interval", &cfg_type_uint32,
|
||||
CFG_CLAUSEFLAG_DEPRECATED },
|
||||
{ "response-padding", &cfg_type_resppadding, 0 },
|
||||
{ "response-policy", &cfg_type_rpz, 0 },
|
||||
{ "rfc2308-type1", NULL, CFG_CLAUSEFLAG_ANCIENT },
|
||||
|
||||
Reference in New Issue
Block a user