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:
Artem Boldariev
2022-10-12 18:46:54 +03:00
parent 2de8a8e8c7
commit 354494cd10

View File

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