mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04: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.
This commit is contained in:
parent
2de8a8e8c7
commit
354494cd10
1 changed files with 1 additions and 0 deletions
|
|
@ -19,6 +19,7 @@ controls {
|
|||
|
||||
http local {
|
||||
endpoints { "/dns-query"; "/alter"; };
|
||||
listener-clients 100;
|
||||
};
|
||||
|
||||
tls tls-forward-secrecy {
|
||||
|
|
|
|||
Loading…
Reference in a new issue