remove the delay on child creation on Neighbour since its amout in not

predictable.
avinationmerge
UbitUmarov 2014-08-15 01:22:15 +01:00
parent f798f04686
commit b4a7126167
1 changed files with 4 additions and 3 deletions

View File

@ -2102,9 +2102,10 @@ namespace OpenSim.Region.CoreModules.Framework.EntityTransfer
if (regionAccepted && newAgent)
{
// give some time for createAgent finish possible async tasks
int dly = 100 - sp.ControllingClient.PingTimeMS;
if (dly > 20)
Thread.Sleep(dly);
// does nothing usefull... out
// int dly = 100 - sp.ControllingClient.PingTimeMS;
// if (dly > 20)
// Thread.Sleep(dly);
if (m_eqModule != null)
{