From: Jan Pospíšil Date: Fri, 30 Sep 2005 09:26:47 +0000 (+0000) Subject: Bug#11050: X-Git-Tag: gridsite-core_R_1_1_12~69 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=cf6d6141a958619ae92084d4dfceeb9147c6ed94;p=jra1mw.git Bug#11050: - softened the logging timeouts: EDG_WLL_LOG_TIMEOUT_MAX to 300 EDG_WLL_LOG_SYNC_TIMEOUT_MAX to 600 --- 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 /**