aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/Linden/UDP/LLUDPServer.cs
diff options
context:
space:
mode:
authorUbitUmarov2015-12-09 16:27:59 +0000
committerUbitUmarov2015-12-09 16:27:59 +0000
commit8314987474645635e7e17f9e228e66e6f93c6cf7 (patch)
treefcb36eb1cf1d21d1d28fe8875ab6288edd7fa5e0 /OpenSim/Region/ClientStack/Linden/UDP/LLUDPServer.cs
parentfix the queue type in use (diff)
downloadopensim-SC_OLD-8314987474645635e7e17f9e228e66e6f93c6cf7.zip
opensim-SC_OLD-8314987474645635e7e17f9e228e66e6f93c6cf7.tar.gz
opensim-SC_OLD-8314987474645635e7e17f9e228e66e6f93c6cf7.tar.bz2
opensim-SC_OLD-8314987474645635e7e17f9e228e66e6f93c6cf7.tar.xz
tick region health a bit faster
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 {