diff options
author | UbitUmarov | 2016-11-05 20:14:11 +0000 |
---|---|---|
committer | UbitUmarov | 2016-11-05 20:14:11 +0000 |
commit | 8cc8d15f950657d4d021fc81d14a8715007e7bb4 (patch) | |
tree | 34444f63972e9c1b04c7a1dddee3807bd290b809 /OpenSim/Region/ClientStack | |
parent | disable bad/broken throttle options (diff) | |
download | opensim-SC_OLD-8cc8d15f950657d4d021fc81d14a8715007e7bb4.zip opensim-SC_OLD-8cc8d15f950657d4d021fc81d14a8715007e7bb4.tar.gz opensim-SC_OLD-8cc8d15f950657d4d021fc81d14a8715007e7bb4.tar.bz2 opensim-SC_OLD-8cc8d15f950657d4d021fc81d14a8715007e7bb4.tar.xz |
some types may already be native in MOD_Api ConvertFromLSL
Diffstat (limited to 'OpenSim/Region/ClientStack')
-rw-r--r-- | OpenSim/Region/ClientStack/Linden/UDP/ThrottleRates.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/UDP/ThrottleRates.cs b/OpenSim/Region/ClientStack/Linden/UDP/ThrottleRates.cs index 4448b72..a476b91 100644 --- a/OpenSim/Region/ClientStack/Linden/UDP/ThrottleRates.cs +++ b/OpenSim/Region/ClientStack/Linden/UDP/ThrottleRates.cs | |||
@@ -105,7 +105,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
105 | AdaptiveThrottlesEnabled = false; | 105 | AdaptiveThrottlesEnabled = false; |
106 | MinimumAdaptiveThrottleRate = throttleConfig.GetInt("adaptive_throttle_min_bps", 32000); | 106 | MinimumAdaptiveThrottleRate = throttleConfig.GetInt("adaptive_throttle_min_bps", 32000); |
107 | 107 | ||
108 | // http textures do use udp bandwith setting | 108 | // http textures do use udp bandwidth setting |
109 | // CannibalizeTextureRate = (double)throttleConfig.GetFloat("CannibalizeTextureRate", 0.0f); | 109 | // CannibalizeTextureRate = (double)throttleConfig.GetFloat("CannibalizeTextureRate", 0.0f); |
110 | // CannibalizeTextureRate = Util.Clamp<double>(CannibalizeTextureRate,0.0, 0.9); | 110 | // CannibalizeTextureRate = Util.Clamp<double>(CannibalizeTextureRate,0.0, 0.9); |
111 | CannibalizeTextureRate = 0f; | 111 | CannibalizeTextureRate = 0f; |