From: Zdeněk Salvet Date: Fri, 17 Feb 2006 10:17:17 +0000 (+0000) Subject: Increase request timeout to be the same as EDG_WLL_LOG_SYNC_TIMEOUT_DEFAULT. X-Git-Tag: glite-lb-proxy_R_1_2_5~5 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=df446571294ed72644509f1de52119cdec885abd;p=jra1mw.git Increase request timeout to be the same as EDG_WLL_LOG_SYNC_TIMEOUT_DEFAULT. --- 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