add a configuration option for the update quota

add an "update-quota" option to configure the update quota.

(cherry picked from commit f57758a730)
This commit is contained in:
Evan Hunt
2022-09-01 16:22:46 -07:00
committed by Michał Kępień
parent 9f1ebd25f6
commit 3d2033bb89
7 changed files with 14 additions and 0 deletions

View File

@@ -1342,6 +1342,7 @@ static cfg_clausedef_t options_clauses[] = {
{ "treat-cr-as-space", NULL, CFG_CLAUSEFLAG_ANCIENT },
{ "udp-receive-buffer", &cfg_type_uint32, 0 },
{ "udp-send-buffer", &cfg_type_uint32, 0 },
{ "update-quota", &cfg_type_uint32, 0 },
{ "use-id-pool", NULL, CFG_CLAUSEFLAG_ANCIENT },
{ "use-ixfr", NULL, CFG_CLAUSEFLAG_ANCIENT },
{ "use-v4-udp-ports", &cfg_type_bracketed_portlist, 0 },