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:
7bf40ea
)
shorter timeout for input during performance tests
author
Michal Voců
<michal@ruk.cuni.cz>
Wed, 30 Sep 2009 15:22:31 +0000
(15:22 +0000)
committer
Michal Voců
<michal@ruk.cuni.cz>
Wed, 30 Sep 2009 15:22:31 +0000
(15:22 +0000)
org.glite.lb.logger/src/interlogd.h
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.lb.logger/src/interlogd.h
b/org.glite.lb.logger/src/interlogd.h
index
da3f493
..
82bfc17
100644
(file)
--- a/
org.glite.lb.logger/src/interlogd.h
+++ b/
org.glite.lb.logger/src/interlogd.h
@@
-61,8
+61,13
@@
// #define TIMEOUT 5
extern int TIMEOUT;
+#ifdef LB_PERF
+#define INPUT_TIMEOUT (1)
+#define EXIT_TIMEOUT (20)
+#else
#define INPUT_TIMEOUT (60)
#define EXIT_TIMEOUT (1*60)
+#endif
typedef struct cred_handle {
edg_wll_GssCred creds;