* 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;
|
tall = tResend + tLand + tWind + tCloud + tTask + tTexture + tAsset;
|
||||||
|
|
||||||
|
/*
|
||||||
m_log.Info("[CLIENT]: Client AgentThrottle - Got throttle:resendbits=" + tResend +
|
m_log.Info("[CLIENT]: Client AgentThrottle - Got throttle:resendbits=" + tResend +
|
||||||
" landbits=" + tLand +
|
" landbits=" + tLand +
|
||||||
" windbits=" + tWind +
|
" windbits=" + tWind +
|
||||||
|
@ -516,6 +517,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
|
||||||
" texturebits=" + tTexture +
|
" texturebits=" + tTexture +
|
||||||
" Assetbits=" + tAsset +
|
" Assetbits=" + tAsset +
|
||||||
" Allbits=" + tall);
|
" Allbits=" + tall);
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
// Total Sanity
|
// Total Sanity
|
||||||
|
|
Loading…
Reference in New Issue