mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
* Clean up the SetThrottle() code and add a maxBurstRate parameter to allow more tweaking in the future
This commit is contained in:
@@ -147,7 +147,6 @@ namespace OpenSim.Region.ClientStack.LindenUDP
|
||||
sceneThrottleBps = config.GetInt("scene_throttle_max_bps", 0);
|
||||
}
|
||||
|
||||
// TODO: Config support for throttling the entire connection
|
||||
m_throttle = new TokenBucket(null, sceneThrottleBps, sceneThrottleBps);
|
||||
m_throttleRates = new ThrottleRates(configSource);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user