From df446571294ed72644509f1de52119cdec885abd Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zden=C4=9Bk=20Salvet?= Date: Fri, 17 Feb 2006 10:17:17 +0000 Subject: [PATCH] Increase request timeout to be the same as EDG_WLL_LOG_SYNC_TIMEOUT_DEFAULT. --- org.glite.lb.proxy/src/lbproxy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org.glite.lb.proxy/src/lbproxy.c b/org.glite.lb.proxy/src/lbproxy.c index 55d542f..cd22a70 100644 --- a/org.glite.lb.proxy/src/lbproxy.c +++ b/org.glite.lb.proxy/src/lbproxy.c @@ -44,7 +44,7 @@ extern char *lbproxy_ilog_file_prefix; #define CON_QUEUE 20 /* accept() */ #define SLAVE_OVERLOAD 10 /* queue items per slave */ #define IDLE_TIMEOUT 10 /* keep idle connection that many seconds */ -#define REQUEST_TIMEOUT 60 /* one client may ask one slave multiple times */ +#define REQUEST_TIMEOUT 120 /* one client may ask one slave multiple times */ #define SLAVE_CONNS_MAX 500 /* commit suicide after that many connections */ /* file to store pid and generate semaphores key -- 1.8.2.3