mirror of
https://github.com/opensim/opensim.git
synced 2026-07-31 22:05:36 +08:00
change throtle datasnapshot get
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user