avoid some wrong watchdog timeouts

This commit is contained in:
UbitUmarov
2017-05-26 00:53:21 +01:00
parent 7a82c7c5b2
commit 5287489a3c
2 changed files with 2 additions and 3 deletions

View File

@@ -226,9 +226,8 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
try
{
Thread.Sleep(cmdHandlerThreadCycleSleepms);
Watchdog.UpdateThread();
DoOneCmdHandlerPass();
Watchdog.UpdateThread();
}
catch ( System.Threading.ThreadAbortException) { }