aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2014-03-18 23:24:22 +0000
committerJustin Clark-Casey (justincc)2014-03-18 23:24:22 +0000
commit9e0d419239f7340cab2e0d8fb47438c32283f363 (patch)
tree50ba7416c3ddcb600e03bdc01f1653327da01fb1
parentAdd httpserver.<port-number>,QueuedPollResponses stat (diff)
downloadopensim-SC_OLD-9e0d419239f7340cab2e0d8fb47438c32283f363.zip
opensim-SC_OLD-9e0d419239f7340cab2e0d8fb47438c32283f363.tar.gz
opensim-SC_OLD-9e0d419239f7340cab2e0d8fb47438c32283f363.tar.bz2
opensim-SC_OLD-9e0d419239f7340cab2e0d8fb47438c32283f363.tar.xz
minor: Correction to description of QueuedPollResponses since this covers long poll and other 'poll' types
-rw-r--r--OpenSim/Framework/Servers/HttpServer/PollServiceRequestManager.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/Servers/HttpServer/PollServiceRequestManager.cs b/OpenSim/Framework/Servers/HttpServer/PollServiceRequestManager.cs
index f1e78ac..b676bee 100644
--- a/OpenSim/Framework/Servers/HttpServer/PollServiceRequestManager.cs
+++ b/OpenSim/Framework/Servers/HttpServer/PollServiceRequestManager.cs
@@ -81,7 +81,7 @@ namespace OpenSim.Framework.Servers.HttpServer
81 StatsManager.RegisterStat( 81 StatsManager.RegisterStat(
82 new Stat( 82 new Stat(
83 "QueuedPollResponses", 83 "QueuedPollResponses",
84 "Number of non long-poll responses queued for sending.", 84 "Number of poll responses queued for sending.",
85 "", 85 "",
86 "", 86 "",
87 "httpserver", 87 "httpserver",