* 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 request0.6.0-stable
parent
815278531a
commit
42661a8a97
|
@ -316,7 +316,7 @@ namespace OpenSim.Grid.UserServer
|
||||||
|
|
||||||
// Send
|
// Send
|
||||||
XmlRpcRequest GridReq = new XmlRpcRequest("expect_user", SendParams);
|
XmlRpcRequest GridReq = new XmlRpcRequest("expect_user", SendParams);
|
||||||
XmlRpcResponse GridResp = GridReq.Send(sim.httpServerURI, 6000);
|
XmlRpcResponse GridResp = GridReq.Send(sim.httpServerURI, 30000);
|
||||||
|
|
||||||
if (!GridResp.IsFault)
|
if (!GridResp.IsFault)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue