raise max connections on syslog hosts
authorPeter Palfrader <peter@palfrader.org>
Mon, 23 Jan 2017 11:52:56 +0000 (12:52 +0100)
committerPeter Palfrader <peter@palfrader.org>
Mon, 23 Jan 2017 11:52:56 +0000 (12:52 +0100)
modules/syslog-ng/templates/syslog-ng.conf.erb

index c5a881e..551b7db 100644 (file)
@@ -120,7 +120,7 @@ source s_local {
 
 <%- if (hostname == "lotti") || (hostname == "lully") || (hostname == "loghost-grnet-01") -%>
 source s_network {
-       tcp6(port(5140) max-connections(200)
+       tcp6(port(5140) max-connections(400)
                tls( key_file("/etc/exim4/ssl/thishost.key")
                     cert_file("/etc/exim4/ssl/thishost.crt")
                     ca_dir("/etc/exim4/ssl/")