aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules
diff options
context:
space:
mode:
authorMelanie2012-09-14 00:13:08 +0200
committerMelanie2012-09-14 00:13:08 +0200
commitf14b257fc0207c579dc41f2d8e4853e84ca74752 (patch)
tree26febebf332a2f138185eba317133abed2363974 /OpenSim/Region/CoreModules
parentWait a bit longer for new scene presences to aid tps into laggy regions (diff)
downloadopensim-SC_OLD-f14b257fc0207c579dc41f2d8e4853e84ca74752.zip
opensim-SC_OLD-f14b257fc0207c579dc41f2d8e4853e84ca74752.tar.gz
opensim-SC_OLD-f14b257fc0207c579dc41f2d8e4853e84ca74752.tar.bz2
opensim-SC_OLD-f14b257fc0207c579dc41f2d8e4853e84ca74752.tar.xz
Wait longer for arrival cofirmation to aid tps into laggy regions
Diffstat (limited to 'OpenSim/Region/CoreModules')
-rw-r--r--OpenSim/Region/CoreModules/Framework/EntityTransfer/EntityTransferStateMachine.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/CoreModules/Framework/EntityTransfer/EntityTransferStateMachine.cs b/OpenSim/Region/CoreModules/Framework/EntityTransfer/EntityTransferStateMachine.cs
index d0cab49..70dd1bc 100644
--- a/OpenSim/Region/CoreModules/Framework/EntityTransfer/EntityTransferStateMachine.cs
+++ b/OpenSim/Region/CoreModules/Framework/EntityTransfer/EntityTransferStateMachine.cs
@@ -218,7 +218,7 @@ namespace OpenSim.Region.CoreModules.Framework.EntityTransfer
218 id, m_mod.Scene.RegionInfo.RegionName, currentState)); 218 id, m_mod.Scene.RegionInfo.RegionName, currentState));
219 } 219 }
220 220
221 int count = 200; 221 int count = 400;
222 222
223 // There should be no race condition here since no other code should be removing the agent transfer or 223 // There should be no race condition here since no other code should be removing the agent transfer or
224 // changing the state to another other than Transferring => ReceivedAtDestination. 224 // changing the state to another other than Transferring => ReceivedAtDestination.
@@ -266,4 +266,4 @@ namespace OpenSim.Region.CoreModules.Framework.EntityTransfer
266 } 266 }
267 } 267 }
268 } 268 }
269} \ No newline at end of file 269}