mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 08:06:27 +08:00
avoid some wrong watchdog timeouts
This commit is contained in:
@@ -226,9 +226,8 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
|
||||
try
|
||||
{
|
||||
Thread.Sleep(cmdHandlerThreadCycleSleepms);
|
||||
|
||||
Watchdog.UpdateThread();
|
||||
DoOneCmdHandlerPass();
|
||||
|
||||
Watchdog.UpdateThread();
|
||||
}
|
||||
catch ( System.Threading.ThreadAbortException) { }
|
||||
|
||||
Reference in New Issue
Block a user