diff options
Diffstat (limited to 'OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs')
-rw-r--r-- | OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs index 23fa1a3..f05c490 100644 --- a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs +++ b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | |||
@@ -141,7 +141,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
141 | protected int m_primTerseUpdateRate = 10; | 141 | protected int m_primTerseUpdateRate = 10; |
142 | protected int m_primFullUpdateRate = 14; | 142 | protected int m_primFullUpdateRate = 14; |
143 | 143 | ||
144 | protected int m_textureSendLimit = 100; | 144 | protected int m_textureSendLimit = 20; |
145 | protected int m_textureDataLimit = 10; | 145 | protected int m_textureDataLimit = 10; |
146 | 146 | ||
147 | protected int m_packetMTU = 1400; | 147 | protected int m_packetMTU = 1400; |
@@ -3139,7 +3139,6 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
3139 | switch (queue) | 3139 | switch (queue) |
3140 | { | 3140 | { |
3141 | case ThrottleOutPacketType.Texture: | 3141 | case ThrottleOutPacketType.Texture: |
3142 | m_log.Debug("Texture queue empty"); | ||
3143 | ProcessTextureRequests(); | 3142 | ProcessTextureRequests(); |
3144 | break; | 3143 | break; |
3145 | } | 3144 | } |