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) if (regionAccepted && newAgent)
{ {
// give some time for createAgent finish possible async tasks // give some time for createAgent finish possible async tasks
int dly = 100 - sp.ControllingClient.PingTimeMS; // does nothing usefull... out
if (dly > 20) // int dly = 100 - sp.ControllingClient.PingTimeMS;
Thread.Sleep(dly); // if (dly > 20)
// Thread.Sleep(dly);
if (m_eqModule != null) if (m_eqModule != null)
{ {