aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack
diff options
context:
space:
mode:
authorUbitUmarov2018-01-22 19:50:07 +0000
committerUbitUmarov2018-01-22 19:50:07 +0000
commit9e4bf3439cbe654d8ef531abb68a3f755dee7a55 (patch)
tree036df5b2a876c0814a0b55f4c2c218281d886cbe /OpenSim/Region/ClientStack
parentthrotle datasnapshot gen (diff)
downloadopensim-SC-9e4bf3439cbe654d8ef531abb68a3f755dee7a55.zip
opensim-SC-9e4bf3439cbe654d8ef531abb68a3f755dee7a55.tar.gz
opensim-SC-9e4bf3439cbe654d8ef531abb68a3f755dee7a55.tar.bz2
opensim-SC-9e4bf3439cbe654d8ef531abb68a3f755dee7a55.tar.xz
change throtle datasnapshot get
Diffstat (limited to 'OpenSim/Region/ClientStack')
-rw-r--r--OpenSim/Region/ClientStack/Linden/UDP/LLUDPServer.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/UDP/LLUDPServer.cs b/OpenSim/Region/ClientStack/Linden/UDP/LLUDPServer.cs
index 58094d3..552c51e 100644
--- a/OpenSim/Region/ClientStack/Linden/UDP/LLUDPServer.cs
+++ b/OpenSim/Region/ClientStack/Linden/UDP/LLUDPServer.cs
@@ -713,7 +713,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
713 scene.Name, 713 scene.Name,
714 StatType.Pull, 714 StatType.Pull,
715 MeasuresOfInterest.AverageChangeOverTime, 715 MeasuresOfInterest.AverageChangeOverTime,
716 stat => stat.Value = packetInbox.Count, 716 stat => {try{stat.Value = packetInbox.Count;}catch{}},
717 StatVerbosity.Debug)); 717 StatVerbosity.Debug));
718 718
719 // XXX: These stats are also pool stats but we register them separately since they are currently not 719 // XXX: These stats are also pool stats but we register them separately since they are currently not