change throtle datasnapshot get

This commit is contained in:
UbitUmarov
2018-01-22 19:50:07 +00:00
parent efc7480342
commit 9e4bf3439c
3 changed files with 66 additions and 8 deletions

View File

@@ -713,7 +713,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
scene.Name,
StatType.Pull,
MeasuresOfInterest.AverageChangeOverTime,
stat => stat.Value = packetInbox.Count,
stat => {try{stat.Value = packetInbox.Count;}catch{}},
StatVerbosity.Debug));
// XXX: These stats are also pool stats but we register them separately since they are currently not