From: Yorgos Thessalonikefs Date: Fri, 8 Nov 2024 16:34:28 +0000 (+0100) Subject: - Complete fix for max-global-quota to 200. X-Git-Tag: release-1.23.0rc1~96 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=733d5f7161c5675e66e39974b912a08eeb48140c;p=thirdparty%2Funbound.git - Complete fix for max-global-quota to 200. --- diff --git a/doc/Changelog b/doc/Changelog index 5f0ae73db..abb60af22 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -1,5 +1,6 @@ 8 November 2024: Yorgos - More descriptive text for 'harden-algo-downgrade'. + - Complete fix for max-global-quota to 200. 6 November 2024: Yorgos - Increase the default of max-global-quota to 200 from 128 after diff --git a/iterator/iterator.c b/iterator/iterator.c index 562d2771e..d839e4605 100644 --- a/iterator/iterator.c +++ b/iterator/iterator.c @@ -71,7 +71,7 @@ #include "sldns/sbuffer.h" /* number of packets */ -int MAX_GLOBAL_QUOTA = 128; +int MAX_GLOBAL_QUOTA = 200; /* in msec */ int UNKNOWN_SERVER_NICENESS = 376; /* in msec */