mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 02:05:34 +08:00
Restore heartbeat thread
This commit is contained in:
@@ -1220,10 +1220,8 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
|
||||
try
|
||||
{
|
||||
Update();
|
||||
|
||||
m_lastUpdate = Util.EnvironmentTickCount();
|
||||
m_firstHeartbeat = false;
|
||||
while (!shuttingdown)
|
||||
Update();
|
||||
}
|
||||
catch (ThreadAbortException)
|
||||
{
|
||||
@@ -1410,7 +1408,7 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
|
||||
// Tell the watchdog that this thread is still alive
|
||||
Watchdog.UpdateThread();
|
||||
}
|
||||
}
|
||||
|
||||
public void AddGroupTarget(SceneObjectGroup grp)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user