]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
increase max-connections drasticly
authorMartin Zobel-Helas <zobel@debian.org>
Sun, 20 Jun 2010 10:00:50 +0000 (12:00 +0200)
committerMartin Zobel-Helas <zobel@debian.org>
Sun, 20 Jun 2010 10:00:50 +0000 (12:00 +0200)
Signed-off-by: Martin Zobel-Helas <zobel@debian.org>
templates/syslog-ng.conf.erb

index 086d5095c48d6b2b02db92791139f7e44eed7268..79d56103881b7ba17fcc4713969b03205c158263 100644 (file)
@@ -127,7 +127,7 @@ source s_all {
 
 <% if hostname == "heininen" -%>
 source s_network {
-       tcp6(port(5140)
+       tcp6(port(5140) max-connections(200)
                tls( key_file("/etc/exim4/ssl/thishost.key")
                     cert_file("/etc/exim4/ssl/thishost.crt")
                     ca_dir("/etc/exim4/ssl/")