diff options
author | UbitUmarov | 2018-10-28 14:43:14 +0000 |
---|---|---|
committer | UbitUmarov | 2018-10-28 14:43:14 +0000 |
commit | cf33e0440a3cca2e6a4b164f513d0300916e86cb (patch) | |
tree | f32616b23eaf4a13b66f739c104bf57ea9df9d7c /OpenSim/Region/ClientStack/Linden/UDP | |
parent | let the syntax file include its id again (diff) | |
download | opensim-SC-cf33e0440a3cca2e6a4b164f513d0300916e86cb.zip opensim-SC-cf33e0440a3cca2e6a4b164f513d0300916e86cb.tar.gz opensim-SC-cf33e0440a3cca2e6a4b164f513d0300916e86cb.tar.bz2 opensim-SC-cf33e0440a3cca2e6a4b164f513d0300916e86cb.tar.xz |
reduce some threads priority
Diffstat (limited to 'OpenSim/Region/ClientStack/Linden/UDP')
-rw-r--r-- | OpenSim/Region/ClientStack/Linden/UDP/LLUDPServer.cs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/UDP/LLUDPServer.cs b/OpenSim/Region/ClientStack/Linden/UDP/LLUDPServer.cs index 552c51e..38545bc 100644 --- a/OpenSim/Region/ClientStack/Linden/UDP/LLUDPServer.cs +++ b/OpenSim/Region/ClientStack/Linden/UDP/LLUDPServer.cs | |||
@@ -2009,7 +2009,6 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
2009 | 2009 | ||
2010 | protected void IncomingPacketHandler() | 2010 | protected void IncomingPacketHandler() |
2011 | { | 2011 | { |
2012 | Thread.CurrentThread.Priority = ThreadPriority.Highest; | ||
2013 | IncomingPacket incomingPacket; | 2012 | IncomingPacket incomingPacket; |
2014 | // Set this culture for the thread that incoming packets are received | 2013 | // Set this culture for the thread that incoming packets are received |
2015 | // on to en-US to avoid number parsing issues | 2014 | // on to en-US to avoid number parsing issues |
@@ -2051,8 +2050,6 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
2051 | 2050 | ||
2052 | protected void OutgoingPacketHandler() | 2051 | protected void OutgoingPacketHandler() |
2053 | { | 2052 | { |
2054 | Thread.CurrentThread.Priority = ThreadPriority.Highest; | ||
2055 | |||
2056 | // Set this culture for the thread that outgoing packets are sent | 2053 | // Set this culture for the thread that outgoing packets are sent |
2057 | // on to en-US to avoid number parsing issues | 2054 | // on to en-US to avoid number parsing issues |
2058 | Culture.SetCurrentCulture(); | 2055 | Culture.SetCurrentCulture(); |