Skip to content
Snippets Groups Projects
Commit 703a5e07 authored by Gerardo Ganis's avatar Gerardo Ganis
Browse files

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
parent 3e5fc8bb
No related branches found
No related tags found
No related merge requests found
...@@ -1911,7 +1911,7 @@ void TXSocket::InitEnvs() ...@@ -1911,7 +1911,7 @@ void TXSocket::InitEnvs()
EnvPutInt(NAME_RECONNECTTIMEOUT, recoTO); EnvPutInt(NAME_RECONNECTTIMEOUT, recoTO);
// Request Timeout // Request Timeout
Int_t requTO = gEnv->GetValue("XProof.RequestTimeout", 40); Int_t requTO = gEnv->GetValue("XProof.RequestTimeout", 150);
EnvPutInt(NAME_REQUESTTIMEOUT, requTO); EnvPutInt(NAME_REQUESTTIMEOUT, requTO);
// Whether to use a separate thread for garbage collection // Whether to use a separate thread for garbage collection
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment