diff options
author | UbitUmarov | 2016-11-18 02:13:01 +0000 |
---|---|---|
committer | UbitUmarov | 2016-11-18 02:13:01 +0000 |
commit | 0a8cf2ff08a958154fd8f9f73ad31b9aba00e8b9 (patch) | |
tree | ac8377d8dc19851e41b584d0801cc245d194f282 /OpenSim/Region | |
parent | a few more changes on potencial mem issues (diff) | |
download | opensim-SC-0a8cf2ff08a958154fd8f9f73ad31b9aba00e8b9.zip opensim-SC-0a8cf2ff08a958154fd8f9f73ad31b9aba00e8b9.tar.gz opensim-SC-0a8cf2ff08a958154fd8f9f73ad31b9aba00e8b9.tar.bz2 opensim-SC-0a8cf2ff08a958154fd8f9f73ad31b9aba00e8b9.tar.xz |
put back skip of first drip call
Diffstat (limited to 'OpenSim/Region')
-rw-r--r-- | OpenSim/Region/ClientStack/Linden/UDP/TokenBucket.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/UDP/TokenBucket.cs b/OpenSim/Region/ClientStack/Linden/UDP/TokenBucket.cs index 7b9661b..d4603f8 100644 --- a/OpenSim/Region/ClientStack/Linden/UDP/TokenBucket.cs +++ b/OpenSim/Region/ClientStack/Linden/UDP/TokenBucket.cs | |||
@@ -193,7 +193,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
193 | Parent = parent; | 193 | Parent = parent; |
194 | RequestedDripRate = dripRate; | 194 | RequestedDripRate = dripRate; |
195 | RequestedBurst = MaxBurst; | 195 | RequestedBurst = MaxBurst; |
196 | m_lastDrip = Util.GetTimeStampMS() + 50.0; | 196 | m_lastDrip = Util.GetTimeStampMS() + 100000.0; // skip first drip |
197 | } | 197 | } |
198 | 198 | ||
199 | #endregion Constructor | 199 | #endregion Constructor |