mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 06:06:06 +08:00
minor: Put ProcessedFetchInventoryRequests and QueuedFetchInventoryRequests in stats category "scene-inventory" instead of "scene"
To distinguish from general scene stats
This commit is contained in:
@@ -169,7 +169,7 @@ namespace OpenSim.Region.ClientStack.Linden
|
||||
"Number of processed fetch inventory requests",
|
||||
"These have not necessarily yet been dispatched back to the requester.",
|
||||
"",
|
||||
"scene",
|
||||
"scene-inventory",
|
||||
Scene.Name,
|
||||
StatType.Pull,
|
||||
MeasuresOfInterest.AverageChangeOverTime,
|
||||
@@ -182,7 +182,7 @@ namespace OpenSim.Region.ClientStack.Linden
|
||||
"Number of fetch inventory requests queued for processing",
|
||||
"",
|
||||
"",
|
||||
"scene",
|
||||
"scene-inventory",
|
||||
Scene.Name,
|
||||
StatType.Pull,
|
||||
MeasuresOfInterest.AverageChangeOverTime,
|
||||
|
||||
Reference in New Issue
Block a user