Bug#11050:
authorJan Pospíšil <honik@ntc.zcu.cz>
Fri, 30 Sep 2005 09:26:47 +0000 (09:26 +0000)
committerJan Pospíšil <honik@ntc.zcu.cz>
Fri, 30 Sep 2005 09:26:47 +0000 (09:26 +0000)
- 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

index 0dfbbc8..51996af 100644 (file)
@@ -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
 
 
 /**