*test* slow http retries pool rate to original 1s

avinationmerge
UbitUmarov 2012-07-04 06:14:47 +01:00
parent 13640a256a
commit b2fa20001f
1 changed files with 1 additions and 1 deletions

View File

@ -232,7 +232,7 @@ namespace OpenSim.Framework.Servers.HttpServer
{
while (m_running)
{
Thread.Sleep(100); // let the world move
Thread.Sleep(1000); // let the world move slow it to original polling rate
Watchdog.UpdateThread();
lock (m_retry_requests)
{