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)
|
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)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue