diff options
author | Justin Clark-Casey (justincc) | 2014-03-18 23:24:22 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2014-03-18 23:24:22 +0000 |
commit | 9e0d419239f7340cab2e0d8fb47438c32283f363 (patch) | |
tree | 50ba7416c3ddcb600e03bdc01f1653327da01fb1 /OpenSim/Framework/Servers/HttpServer | |
parent | Add httpserver.<port-number>,QueuedPollResponses stat (diff) | |
download | opensim-SC-9e0d419239f7340cab2e0d8fb47438c32283f363.zip opensim-SC-9e0d419239f7340cab2e0d8fb47438c32283f363.tar.gz opensim-SC-9e0d419239f7340cab2e0d8fb47438c32283f363.tar.bz2 opensim-SC-9e0d419239f7340cab2e0d8fb47438c32283f363.tar.xz |
minor: Correction to description of QueuedPollResponses since this covers long poll and other 'poll' types
Diffstat (limited to 'OpenSim/Framework/Servers/HttpServer')
-rw-r--r-- | OpenSim/Framework/Servers/HttpServer/PollServiceRequestManager.cs | 2 |
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", |