diff options
author | Melanie Thielker | 2010-05-27 19:48:21 +0200 |
---|---|---|
committer | Melanie | 2010-05-27 18:44:15 +0100 |
commit | 6b6425aa5ee66df3e4cad3c4453854ff4a087aa8 (patch) | |
tree | 5856d8353aba1218e77321f063b99877dd42d1ac /OpenSim/Region/ClientStack/LindenUDP | |
parent | Just because there is an agent update handler, that doesn't mean there is (diff) | |
download | opensim-SC_OLD-6b6425aa5ee66df3e4cad3c4453854ff4a087aa8.zip opensim-SC_OLD-6b6425aa5ee66df3e4cad3c4453854ff4a087aa8.tar.gz opensim-SC_OLD-6b6425aa5ee66df3e4cad3c4453854ff4a087aa8.tar.bz2 opensim-SC_OLD-6b6425aa5ee66df3e4cad3c4453854ff4a087aa8.tar.xz |
Comment noisy "CONNECTION DEBUGGING" messages, because they push more
important stuff off screen too fast
Diffstat (limited to 'OpenSim/Region/ClientStack/LindenUDP')
-rw-r--r-- | OpenSim/Region/ClientStack/LindenUDP/TokenBucket.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/LindenUDP/TokenBucket.cs b/OpenSim/Region/ClientStack/LindenUDP/TokenBucket.cs index bdbd284..aa88836 100644 --- a/OpenSim/Region/ClientStack/LindenUDP/TokenBucket.cs +++ b/OpenSim/Region/ClientStack/LindenUDP/TokenBucket.cs | |||
@@ -158,7 +158,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
158 | /// the bucket, otherwise false</returns> | 158 | /// the bucket, otherwise false</returns> |
159 | public bool RemoveTokens(int amount, out bool dripSucceeded) | 159 | public bool RemoveTokens(int amount, out bool dripSucceeded) |
160 | { | 160 | { |
161 | if (maxBurst == 0) | 161 | if (true) //maxBurst == 0) |
162 | { | 162 | { |
163 | dripSucceeded = true; | 163 | dripSucceeded = true; |
164 | return true; | 164 | return true; |