From cf6d6141a958619ae92084d4dfceeb9147c6ed94 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20Posp=C3=AD=C5=A1il?= Date: Fri, 30 Sep 2005 09:26:47 +0000 Subject: [PATCH] Bug#11050: - softened the logging timeouts: EDG_WLL_LOG_TIMEOUT_MAX to 300 EDG_WLL_LOG_SYNC_TIMEOUT_MAX to 600 --- org.glite.lb.common/interface/log_proto.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/org.glite.lb.common/interface/log_proto.h b/org.glite.lb.common/interface/log_proto.h index 0dfbbc8..51996af 100644 --- a/org.glite.lb.common/interface/log_proto.h +++ b/org.glite.lb.common/interface/log_proto.h @@ -52,9 +52,9 @@ extern "C" { * default and maximal logging timeout (in seconds) */ #define EDG_WLL_LOG_TIMEOUT_DEFAULT 120 -#define EDG_WLL_LOG_TIMEOUT_MAX 1800 +#define EDG_WLL_LOG_TIMEOUT_MAX 300 #define EDG_WLL_LOG_SYNC_TIMEOUT_DEFAULT 120 -#define EDG_WLL_LOG_SYNC_TIMEOUT_MAX 1800 +#define EDG_WLL_LOG_SYNC_TIMEOUT_MAX 600 /** -- 1.8.2.3