mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
let checkheartbeat work ( bad ideia :p ) commited by mistake my local copy with it disabled...
This commit is contained in:
@@ -4882,7 +4882,7 @@ Environment.Exit(1);
|
||||
|
||||
private void CheckHeartbeat()
|
||||
{
|
||||
// if (m_firstHeartbeat)
|
||||
if (m_firstHeartbeat)
|
||||
return;
|
||||
|
||||
if (Util.EnvironmentTickCountSubtract(m_lastUpdate) > 5000)
|
||||
|
||||
Reference in New Issue
Block a user