aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack
diff options
context:
space:
mode:
authorUbitUmarov2016-11-18 02:13:01 +0000
committerUbitUmarov2016-11-18 02:13:01 +0000
commit0a8cf2ff08a958154fd8f9f73ad31b9aba00e8b9 (patch)
treeac8377d8dc19851e41b584d0801cc245d194f282 /OpenSim/Region/ClientStack
parent a few more changes on potencial mem issues (diff)
downloadopensim-SC_OLD-0a8cf2ff08a958154fd8f9f73ad31b9aba00e8b9.zip
opensim-SC_OLD-0a8cf2ff08a958154fd8f9f73ad31b9aba00e8b9.tar.gz
opensim-SC_OLD-0a8cf2ff08a958154fd8f9f73ad31b9aba00e8b9.tar.bz2
opensim-SC_OLD-0a8cf2ff08a958154fd8f9f73ad31b9aba00e8b9.tar.xz
put back skip of first drip call
Diffstat (limited to 'OpenSim/Region/ClientStack')
-rw-r--r--OpenSim/Region/ClientStack/Linden/UDP/TokenBucket.cs2
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