Update per pspacek to 100k TCP connections

Signed-off-by: Stephen Smoogen <smooge@smoogespace.com>
This commit is contained in:
Stephen Smoogen 2021-04-07 10:32:16 -04:00
parent 764ef65e98
commit a81783e13e

View file

@ -37,7 +37,7 @@ options {
pid-file "/var/run/named/named.pid";
statistics-file "/var/log/named.stats";
provide-ixfr no;
tcp-clients 1000;
tcp-clients 100000;
version "cowbell++";