From a1e043de886c1865b93c0601951d93b44ec6b990 Mon Sep 17 00:00:00 2001 From: Martin Zobel-Helas Date: Sun, 20 Jun 2010 12:00:50 +0200 Subject: [PATCH] increase max-connections drasticly Signed-off-by: Martin Zobel-Helas --- templates/syslog-ng.conf.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/") -- 2.20.1