Merge branch 'ubitwork' of ssh://3dhosting.de/var/git/careminster into ubitwork

avinationmerge
ubit 2012-07-04 07:16:27 +02:00
commit 47170ba753
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)
{