Increased timeout for fat UpdateAgent to 200secs. Nebadon's 3800-prim alien avatar takes 6secs to transfer between sims on the same machine...

bulletsim
Diva Canto 2011-05-02 09:20:08 -07:00
parent 51d0b8b4e9
commit f7d3720126
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ namespace OpenSim.Services.Connectors.Simulation
/// </summary>
public bool UpdateAgent(GridRegion destination, AgentData data)
{
return UpdateAgent(destination, (IAgentData)data, 100000); // yes, 100 seconds
return UpdateAgent(destination, (IAgentData)data, 200000); // yes, 200 seconds
}
/// <summary>