]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
doth system test - decrease HTTP listener quota size
authorArtem Boldariev <artem@boldariev.com>
Wed, 12 Oct 2022 15:46:54 +0000 (18:46 +0300)
committerArtem Boldariev <artem@boldariev.com>
Wed, 12 Oct 2022 18:46:39 +0000 (21:46 +0300)
This commit reduces the size of HTTP listener quota from 300 (default)
to 100 so that it would make hitting any global limits in case of
running multiple tests in parallel in multiple containers unlikely.

This way the need in opening many file descriptors of different
kinds (e.g. client side connections and pipes) gets significantly
reduced while the required code paths are still verified.

bin/tests/system/doth/ns1/named.conf.in

index 45102290569dc10d49f06c54675572737720173e..6ce3675f8c647208ff762cd29d0c93f361490d86 100644 (file)
@@ -19,6 +19,7 @@ controls {
 
 http local {
        endpoints { "/dns-query"; "/alter"; };
+       listener-clients 100;
 };
 
 tls tls-forward-secrecy {