mirror of
https://github.com/opensim/opensim.git
synced 2026-05-15 03:15:41 +08:00
Removed debug message in the token bucket code
This commit is contained in:
@@ -365,7 +365,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
|
||||
|
||||
if (m_enabled)
|
||||
{
|
||||
m_log.WarnFormat("[TOKENBUCKET] Adaptive throttle enabled");
|
||||
// m_log.DebugFormat("[TOKENBUCKET] Adaptive throttle enabled");
|
||||
MaxDripRate = maxDripRate;
|
||||
AdjustedDripRate = m_minimumFlow;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user