]> git.donarmstrong.com Git - dsa-puppet.git/blobdiff - templates/syslog-ng.conf.erb
increase max-connections drasticly
[dsa-puppet.git] / 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/")