Restore heartbeat thread
parent
4834b47679
commit
5a78161e74
|
@ -1220,10 +1220,8 @@ namespace OpenSim.Region.Framework.Scenes
|
||||||
|
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
Update();
|
while (!shuttingdown)
|
||||||
|
Update();
|
||||||
m_lastUpdate = Util.EnvironmentTickCount();
|
|
||||||
m_firstHeartbeat = false;
|
|
||||||
}
|
}
|
||||||
catch (ThreadAbortException)
|
catch (ThreadAbortException)
|
||||||
{
|
{
|
||||||
|
@ -1410,7 +1408,7 @@ namespace OpenSim.Region.Framework.Scenes
|
||||||
|
|
||||||
// Tell the watchdog that this thread is still alive
|
// Tell the watchdog that this thread is still alive
|
||||||
Watchdog.UpdateThread();
|
Watchdog.UpdateThread();
|
||||||
}
|
}
|
||||||
|
|
||||||
public void AddGroupTarget(SceneObjectGroup grp)
|
public void AddGroupTarget(SceneObjectGroup grp)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue