* Comment out debug throttle output that I had accidentally left in
parent
914c733505
commit
4ed6e78d1a
|
@ -508,6 +508,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
|
|||
|
||||
tall = tResend + tLand + tWind + tCloud + tTask + tTexture + tAsset;
|
||||
|
||||
/*
|
||||
m_log.Info("[CLIENT]: Client AgentThrottle - Got throttle:resendbits=" + tResend +
|
||||
" landbits=" + tLand +
|
||||
" windbits=" + tWind +
|
||||
|
@ -516,6 +517,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
|
|||
" texturebits=" + tTexture +
|
||||
" Assetbits=" + tAsset +
|
||||
" Allbits=" + tall);
|
||||
*/
|
||||
|
||||
|
||||
// Total Sanity
|
||||
|
|
Loading…
Reference in New Issue