minor: Fix bug in categorization of blocks reused stat from packetpool
parent
cef158c42d
commit
fca3154982
|
@ -55,8 +55,8 @@ namespace OpenSim.Region.ClientStack.LindenUDP
|
||||||
private PercentageStat m_blocksReusedStat = new PercentageStat(
|
private PercentageStat m_blocksReusedStat = new PercentageStat(
|
||||||
"BlocksReused",
|
"BlocksReused",
|
||||||
"Blocks reused",
|
"Blocks reused",
|
||||||
|
"clientstack",
|
||||||
"packetpool",
|
"packetpool",
|
||||||
"simulator",
|
|
||||||
StatVerbosity.Debug,
|
StatVerbosity.Debug,
|
||||||
"Number of data blocks reused out of all requests to the packet pool");
|
"Number of data blocks reused out of all requests to the packet pool");
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue