mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 09:16:28 +08:00
* 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
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user