git://scientific.zcu.cz
/
jra1mw.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
46e2da4
)
Bug#11050:
author
Jan Pospíšil
<honik@ntc.zcu.cz>
Fri, 30 Sep 2005 09:26:47 +0000
(09:26 +0000)
committer
Jan 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
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.lb.common/interface/log_proto.h
b/org.glite.lb.common/interface/log_proto.h
index
0dfbbc8
..
51996af
100644
(file)
--- 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
18
00
+#define EDG_WLL_LOG_TIMEOUT_MAX
3
00
#define EDG_WLL_LOG_SYNC_TIMEOUT_DEFAULT 120
-#define EDG_WLL_LOG_SYNC_TIMEOUT_MAX
18
00
+#define EDG_WLL_LOG_SYNC_TIMEOUT_MAX
6
00
/**