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(
|
||||
"BlocksReused",
|
||||
"Blocks reused",
|
||||
"clientstack",
|
||||
"packetpool",
|
||||
"simulator",
|
||||
StatVerbosity.Debug,
|
||||
"Number of data blocks reused out of all requests to the packet pool");
|
||||
|
||||
|
|
Loading…
Reference in New Issue