mirror of
https://github.com/opensim/opensim.git
synced 2026-06-24 23:35:47 +08:00
* 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
This commit is contained in:
@@ -41,9 +41,8 @@ namespace OpenSim.Region.ClientStack
|
||||
public ThrottleSettings TotalThrottleSettings;
|
||||
|
||||
/// <summary>
|
||||
/// A multiplier applied to all client throttle settings. This is hopefully a temporary setting to iron out
|
||||
/// bugs that appear if the existing incorrect * 8 throttle (bytes instead of bits) is corrected.
|
||||
/// A multiplier applied to all client throttle settings. Default value is x2 (temporarily)
|
||||
/// </summary>
|
||||
public float ClientThrottleMultipler;
|
||||
public float ClientThrottleMultipler = 2;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user