From f3e56a164d3a9ccc5dec74e478fdb104965c9b05 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Tue, 11 Dec 2007 11:44:09 +0000 Subject: corrected a debug setting that survived released. Caused TCP connections to be retried unnecessarily often. --- omfwd.c | 3 +-- 1 file changed, 1 insertion(+), 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 -- cgit