summaryrefslogtreecommitdiffstats
path: root/omfwd.c
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2007-12-11 11:44:09 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2007-12-11 11:44:09 +0000
commitf3e56a164d3a9ccc5dec74e478fdb104965c9b05 (patch)
tree479b732c24c4c8ffc07b495a4d098a53f13c990a /omfwd.c
parentf584efe28b07f6d734bdf4024644bd6e0ec02e6d (diff)
downloadrsyslog-f3e56a164d3a9ccc5dec74e478fdb104965c9b05.tar.gz
rsyslog-f3e56a164d3a9ccc5dec74e478fdb104965c9b05.tar.xz
rsyslog-f3e56a164d3a9ccc5dec74e478fdb104965c9b05.zip
corrected a debug setting that survived released. Caused TCP connections to
be retried unnecessarily often.
Diffstat (limited to 'omfwd.c')
-rw-r--r--omfwd.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/omfwd.c b/omfwd.c
index e34fbb3e..f21480b7 100644
--- a/omfwd.c
+++ b/omfwd.c
@@ -66,8 +66,7 @@
#endif
#ifdef SYSLOG_INET
-//#define INET_SUSPEND_TIME 60 /* equal to 1 minute
-#define INET_SUSPEND_TIME 2 /* equal to 1 minute
+#define INET_SUSPEND_TIME 60 /* equal to 1 minute
* rgerhards, 2005-07-26: This was 3 minutes. As the
* same timer is used for tcp based syslog, we have
* reduced it. However, it might actually be worth