diff options
author | UbitUmarov | 2014-08-29 15:13:46 +0100 |
---|---|---|
committer | UbitUmarov | 2014-08-29 15:13:46 +0100 |
commit | fd0a635302f11ee7a39b9d0cab55c05276be12f6 (patch) | |
tree | e7e34165bee136b1ef1edba896c51e674439ce3f | |
parent | replace the tick() by a limit on the maximum number of tokens that can be (diff) | |
download | opensim-SC_OLD-fd0a635302f11ee7a39b9d0cab55c05276be12f6.zip opensim-SC_OLD-fd0a635302f11ee7a39b9d0cab55c05276be12f6.tar.gz opensim-SC_OLD-fd0a635302f11ee7a39b9d0cab55c05276be12f6.tar.bz2 opensim-SC_OLD-fd0a635302f11ee7a39b9d0cab55c05276be12f6.tar.xz |
reduce burst
-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 3147095..26467bc 100644 --- a/OpenSim/Region/ClientStack/Linden/UDP/TokenBucket.cs +++ b/OpenSim/Region/ClientStack/Linden/UDP/TokenBucket.cs | |||
@@ -59,7 +59,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
59 | /// to recheck a bucket in ms | 59 | /// to recheck a bucket in ms |
60 | /// | 60 | /// |
61 | /// </summary> | 61 | /// </summary> |
62 | protected const Double m_quantumsPerBurst = 15; | 62 | protected const Double m_quantumsPerBurst = 5; |
63 | 63 | ||
64 | /// <summary> | 64 | /// <summary> |
65 | /// </summary> | 65 | /// </summary> |