mirror of
https://github.com/opensim/opensim.git
synced 2026-07-31 22:05:36 +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;
|
||||
if (handlerRegionHandShakeReply != null)
|
||||
{
|
||||
Thread.Sleep(500);
|
||||
Thread.Sleep(100);
|
||||
handlerRegionHandShakeReply(this);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user