aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Servers/HttpServer/PollServiceRequestManager.cs
diff options
context:
space:
mode:
authorUbitUmarov2012-07-04 06:14:47 +0100
committerUbitUmarov2012-07-04 06:14:47 +0100
commitb2fa20001f8af9d62b0caa3612d8f1ab6f2caa87 (patch)
tree0fc674d7ff03a589c49ec8a40ec65f1a37d8b85a /OpenSim/Framework/Servers/HttpServer/PollServiceRequestManager.cs
parentMerge branch 'ubitwork' into avination (diff)
downloadopensim-SC_OLD-b2fa20001f8af9d62b0caa3612d8f1ab6f2caa87.zip
opensim-SC_OLD-b2fa20001f8af9d62b0caa3612d8f1ab6f2caa87.tar.gz
opensim-SC_OLD-b2fa20001f8af9d62b0caa3612d8f1ab6f2caa87.tar.bz2
opensim-SC_OLD-b2fa20001f8af9d62b0caa3612d8f1ab6f2caa87.tar.xz
*test* slow http retries pool rate to original 1s
Diffstat (limited to 'OpenSim/Framework/Servers/HttpServer/PollServiceRequestManager.cs')
-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 e488b38..36f2b9b 100644
--- a/OpenSim/Framework/Servers/HttpServer/PollServiceRequestManager.cs
+++ b/OpenSim/Framework/Servers/HttpServer/PollServiceRequestManager.cs
@@ -232,7 +232,7 @@ namespace OpenSim.Framework.Servers.HttpServer
232 { 232 {
233 while (m_running) 233 while (m_running)
234 { 234 {
235 Thread.Sleep(100); // let the world move 235 Thread.Sleep(1000); // let the world move slow it to original polling rate
236 Watchdog.UpdateThread(); 236 Watchdog.UpdateThread();
237 lock (m_retry_requests) 237 lock (m_retry_requests)
238 { 238 {