diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/ClientStack/Linden/UDP/LLUDPClient.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/UDP/LLUDPClient.cs b/OpenSim/Region/ClientStack/Linden/UDP/LLUDPClient.cs index 9cf65d7..fe31bd9 100644 --- a/OpenSim/Region/ClientStack/Linden/UDP/LLUDPClient.cs +++ b/OpenSim/Region/ClientStack/Linden/UDP/LLUDPClient.cs | |||
@@ -170,8 +170,8 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
170 | { | 170 | { |
171 | get | 171 | get |
172 | { | 172 | { |
173 | if (m_pingMS < 20) | 173 | if (m_pingMS < 10) |
174 | return 20; | 174 | return 10; |
175 | if(m_pingMS > 2000) | 175 | if(m_pingMS > 2000) |
176 | return 2000; | 176 | return 2000; |
177 | return m_pingMS; | 177 | return m_pingMS; |