Wait longer for arrival cofirmation to aid tps into laggy regions

This commit is contained in:
Melanie
2012-09-14 00:13:08 +02:00
parent e1e9855ede
commit f14b257fc0

View File

@@ -218,7 +218,7 @@ namespace OpenSim.Region.CoreModules.Framework.EntityTransfer
id, m_mod.Scene.RegionInfo.RegionName, currentState));
}
int count = 200;
int count = 400;
// There should be no race condition here since no other code should be removing the agent transfer or
// changing the state to another other than Transferring => ReceivedAtDestination.
@@ -266,4 +266,4 @@ namespace OpenSim.Region.CoreModules.Framework.EntityTransfer
}
}
}
}
}