From 5628c0bcd68b032c0d819656d53b5b39bc83d68d Mon Sep 17 00:00:00 2001
From: Melanie Thielker
Date: Thu, 7 Aug 2014 23:54:38 +0200
Subject: Reduce delay time on regin handshake reply to speed up terrain
 sending. Terrain IS more important than avatar!

---
 OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs
index e9a087b..8a28faf 100644
--- a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs
+++ b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs
@@ -6481,7 +6481,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
             Action<IClientAPI> handlerRegionHandShakeReply = OnRegionHandShakeReply;
             if (handlerRegionHandShakeReply != null)
             {
-                Thread.Sleep(500);
+                Thread.Sleep(100);
                 handlerRegionHandShakeReply(this);
             }
 
-- 
cgit v1.1