mirror of
https://github.com/opensim/opensim.git
synced 2026-08-13 05:05:43 +08:00
Reduce delay time on regin handshake reply to speed up terrain sending.
Terrain IS more important than avatar!
This commit is contained in:
@@ -6481,7 +6481,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
|
|||||||
Action<IClientAPI> handlerRegionHandShakeReply = OnRegionHandShakeReply;
|
Action<IClientAPI> handlerRegionHandShakeReply = OnRegionHandShakeReply;
|
||||||
if (handlerRegionHandShakeReply != null)
|
if (handlerRegionHandShakeReply != null)
|
||||||
{
|
{
|
||||||
Thread.Sleep(500);
|
Thread.Sleep(100);
|
||||||
handlerRegionHandShakeReply(this);
|
handlerRegionHandShakeReply(this);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user