2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 22:15:20 +00:00

doth system test - decrease HTTP listener quota size

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.

(cherry picked from commit 354494cd10)
This commit is contained in:
Artem Boldariev
2022-10-12 18:46:54 +03:00
committed by Ondřej Surý
parent 064af66a0f
commit adcdbcd097

View File

@@ -19,6 +19,7 @@ controls {
http local {
endpoints { "/dns-query"; "/alter"; };
listener-clients 100;
};
tls tls-forward-secrecy {