diff options
author | Diva Canto | 2011-05-02 09:20:08 -0700 |
---|---|---|
committer | Diva Canto | 2011-05-02 09:20:08 -0700 |
commit | f7d37201265b45ce8449c1361fa51928931d6bfd (patch) | |
tree | 336757ac34d315327d6f5b102717caca84ede1d5 /OpenSim/Services | |
parent | Oops, forgot this one. (diff) | |
download | opensim-SC_OLD-f7d37201265b45ce8449c1361fa51928931d6bfd.zip opensim-SC_OLD-f7d37201265b45ce8449c1361fa51928931d6bfd.tar.gz opensim-SC_OLD-f7d37201265b45ce8449c1361fa51928931d6bfd.tar.bz2 opensim-SC_OLD-f7d37201265b45ce8449c1361fa51928931d6bfd.tar.xz |
Increased timeout for fat UpdateAgent to 200secs. Nebadon's 3800-prim alien avatar takes 6secs to transfer between sims on the same machine...
Diffstat (limited to 'OpenSim/Services')
-rw-r--r-- | OpenSim/Services/Connectors/Simulation/SimulationServiceConnector.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Services/Connectors/Simulation/SimulationServiceConnector.cs b/OpenSim/Services/Connectors/Simulation/SimulationServiceConnector.cs index 0f2ced1..cef6473 100644 --- a/OpenSim/Services/Connectors/Simulation/SimulationServiceConnector.cs +++ b/OpenSim/Services/Connectors/Simulation/SimulationServiceConnector.cs | |||
@@ -126,7 +126,7 @@ namespace OpenSim.Services.Connectors.Simulation | |||
126 | /// </summary> | 126 | /// </summary> |
127 | public bool UpdateAgent(GridRegion destination, AgentData data) | 127 | public bool UpdateAgent(GridRegion destination, AgentData data) |
128 | { | 128 | { |
129 | return UpdateAgent(destination, (IAgentData)data, 100000); // yes, 100 seconds | 129 | return UpdateAgent(destination, (IAgentData)data, 200000); // yes, 200 seconds |
130 | } | 130 | } |
131 | 131 | ||
132 | /// <summary> | 132 | /// <summary> |