diff options
author | Diva Canto | 2011-05-02 09:20:08 -0700 |
---|---|---|
committer | Diva Canto | 2011-05-02 09:59:44 -0700 |
commit | 5ee07e01c55c264e923e5b06746ac9901f233d96 (patch) | |
tree | a261ec17e818b31cf06887f3c14435371c07897d | |
parent | Oops, forgot this one. (diff) | |
download | opensim-SC_OLD-5ee07e01c55c264e923e5b06746ac9901f233d96.zip opensim-SC_OLD-5ee07e01c55c264e923e5b06746ac9901f233d96.tar.gz opensim-SC_OLD-5ee07e01c55c264e923e5b06746ac9901f233d96.tar.bz2 opensim-SC_OLD-5ee07e01c55c264e923e5b06746ac9901f233d96.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...
-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 ff06fca..72b2c74 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> |