remove misplaced comment

avinationmerge
UbitUmarov 2014-08-28 18:54:08 +01:00
parent 9839904ebe
commit 894b5c10c6
1 changed files with 0 additions and 1 deletions

View File

@ -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);