From: Martin Zobel-Helas Date: Sun, 20 Jun 2010 10:00:50 +0000 (+0200) Subject: increase max-connections drasticly X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=a1e043de886c1865b93c0601951d93b44ec6b990;p=mirror%2Fdsa-puppet.git increase max-connections drasticly Signed-off-by: Martin Zobel-Helas --- diff --git a/templates/syslog-ng.conf.erb b/templates/syslog-ng.conf.erb index 086d5095c..79d561038 100644 --- a/templates/syslog-ng.conf.erb +++ b/templates/syslog-ng.conf.erb @@ -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/")