* Increase expect_user XMLRPC timeout from 6 to 30 seconds

* This may possibly (est. 20% change) help the situation that we see on OSGrid meetings when a region stops accepting logins, which appears to be because it never receives the expect_user request
0.6.0-stable
Justin Clarke Casey 2008-09-07 05:21:03 +00:00
parent 815278531a
commit 42661a8a97
1 changed files with 1 additions and 1 deletions

View File

@ -316,7 +316,7 @@ namespace OpenSim.Grid.UserServer
// Send
XmlRpcRequest GridReq = new XmlRpcRequest("expect_user", SendParams);
XmlRpcResponse GridResp = GridReq.Send(sim.httpServerURI, 6000);
XmlRpcResponse GridResp = GridReq.Send(sim.httpServerURI, 30000);
if (!GridResp.IsFault)
{