remove the delay on child creation on Neighbour since its amout in not
predictable.avinationmerge
parent
f798f04686
commit
b4a7126167
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue