Update per pspacek to 100k TCP connections
Signed-off-by: Stephen Smoogen <smooge@smoogespace.com>
This commit is contained in:
parent
764ef65e98
commit
a81783e13e
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ options {
|
||||||
pid-file "/var/run/named/named.pid";
|
pid-file "/var/run/named/named.pid";
|
||||||
statistics-file "/var/log/named.stats";
|
statistics-file "/var/log/named.stats";
|
||||||
provide-ixfr no;
|
provide-ixfr no;
|
||||||
tcp-clients 1000;
|
tcp-clients 100000;
|
||||||
|
|
||||||
version "cowbell++";
|
version "cowbell++";
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue