aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/Linden/UDP/LLUDPServer.cs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/ClientStack/Linden/UDP/LLUDPServer.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/UDP/LLUDPServer.cs b/OpenSim/Region/ClientStack/Linden/UDP/LLUDPServer.cs
index f8952b0..3d6c6a8 100644
--- a/OpenSim/Region/ClientStack/Linden/UDP/LLUDPServer.cs
+++ b/OpenSim/Region/ClientStack/Linden/UDP/LLUDPServer.cs
@@ -2031,7 +2031,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
2031 Thread.Sleep(30); 2031 Thread.Sleep(30);
2032 } 2032 }
2033 */ 2033 */
2034 incomingPacket = packetInbox.Dequeue(500); 2034 incomingPacket = packetInbox.Dequeue(250);
2035 2035
2036 if (incomingPacket != null) 2036 if (incomingPacket != null)
2037 { 2037 {