From 703a5e07ad15278a6ea491d0dc7f839b8802c79c Mon Sep 17 00:00:00 2001 From: Gerardo Ganis <Gerardo.Ganis@cern.ch> Date: Mon, 14 Jul 2008 22:38:19 +0000 Subject: [PATCH] Set the default for fRequestTimeout to 150 s to cover all possible delays at startup git-svn-id: http://root.cern.ch/svn/root/trunk@24826 27541ba8-7e3a-0410-8455-c3a389f83636 --- proof/proofx/src/TXSocket.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proof/proofx/src/TXSocket.cxx b/proof/proofx/src/TXSocket.cxx index 1c3a58e375e..d32261a2c27 100644 --- a/proof/proofx/src/TXSocket.cxx +++ b/proof/proofx/src/TXSocket.cxx @@ -1911,7 +1911,7 @@ void TXSocket::InitEnvs() EnvPutInt(NAME_RECONNECTTIMEOUT, recoTO); // Request Timeout - Int_t requTO = gEnv->GetValue("XProof.RequestTimeout", 40); + Int_t requTO = gEnv->GetValue("XProof.RequestTimeout", 150); EnvPutInt(NAME_REQUESTTIMEOUT, requTO); // Whether to use a separate thread for garbage collection -- GitLab