mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 10:46:00 +08:00
remove misplaced comment
This commit is contained in:
@@ -217,7 +217,6 @@ namespace OpenSim.Region.ClientStack.LindenUDP
|
||||
m_maxRTO = maxRTO;
|
||||
|
||||
// Create a token bucket throttle for this client that has the scene token bucket as a parent
|
||||
// 2500000 bits/s max
|
||||
m_throttleClient = new AdaptiveTokenBucket(parentThrottle, rates.Total, rates.AdaptiveThrottlesEnabled);
|
||||
// Create a token bucket throttle for the total categary with the client bucket as a throttle
|
||||
m_throttleCategory = new TokenBucket(m_throttleClient, 0);
|
||||
|
||||
Reference in New Issue
Block a user