diff options
author | Justin Clarke Casey | 2008-11-05 20:42:37 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-11-05 20:42:37 +0000 |
commit | 892e7bf9fb57a313c71fbd687f44027bf90bbdda (patch) | |
tree | 814e3d9c22b7209b6d7b2b37ca59eeba4a15a532 /OpenSim/Region/ClientStack/ClientStackUserSettings.cs | |
parent | moved the initial loading/setting of the config settings to its own class, Co... (diff) | |
download | opensim-SC_OLD-892e7bf9fb57a313c71fbd687f44027bf90bbdda.zip opensim-SC_OLD-892e7bf9fb57a313c71fbd687f44027bf90bbdda.tar.gz opensim-SC_OLD-892e7bf9fb57a313c71fbd687f44027bf90bbdda.tar.bz2 opensim-SC_OLD-892e7bf9fb57a313c71fbd687f44027bf90bbdda.tar.xz |
* Properly use the default value if the LindenUDP.ClientStack section exists by the client throttle setting does not
* Old behaviour was to throw an exception on startup
* Print out client stack setting temporarly for debug purposes
Diffstat (limited to 'OpenSim/Region/ClientStack/ClientStackUserSettings.cs')
-rw-r--r-- | OpenSim/Region/ClientStack/ClientStackUserSettings.cs | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/OpenSim/Region/ClientStack/ClientStackUserSettings.cs b/OpenSim/Region/ClientStack/ClientStackUserSettings.cs index 31293d3..547fdc3 100644 --- a/OpenSim/Region/ClientStack/ClientStackUserSettings.cs +++ b/OpenSim/Region/ClientStack/ClientStackUserSettings.cs | |||
@@ -41,9 +41,8 @@ namespace OpenSim.Region.ClientStack | |||
41 | public ThrottleSettings TotalThrottleSettings; | 41 | public ThrottleSettings TotalThrottleSettings; |
42 | 42 | ||
43 | /// <summary> | 43 | /// <summary> |
44 | /// A multiplier applied to all client throttle settings. This is hopefully a temporary setting to iron out | 44 | /// A multiplier applied to all client throttle settings. Default value is x2 (temporarily) |
45 | /// bugs that appear if the existing incorrect * 8 throttle (bytes instead of bits) is corrected. | ||
46 | /// </summary> | 45 | /// </summary> |
47 | public float ClientThrottleMultipler; | 46 | public float ClientThrottleMultipler = 2; |
48 | } | 47 | } |
49 | } | 48 | } |