diff options
author | UbitUmarov | 2012-03-13 18:10:43 +0000 |
---|---|---|
committer | UbitUmarov | 2012-03-13 18:10:43 +0000 |
commit | 923db53975cd91dca86aee8c7a6c07c25b26db87 (patch) | |
tree | 545c458d07816853a0a1eb79ea3da02508b5fb76 | |
parent | Merge branch 'master' of ssh://3dhosting.de/var/git/careminster into ubitwork (diff) | |
download | opensim-SC_OLD-923db53975cd91dca86aee8c7a6c07c25b26db87.zip opensim-SC_OLD-923db53975cd91dca86aee8c7a6c07c25b26db87.tar.gz opensim-SC_OLD-923db53975cd91dca86aee8c7a6c07c25b26db87.tar.bz2 opensim-SC_OLD-923db53975cd91dca86aee8c7a6c07c25b26db87.tar.xz |
let checkheartbeat work ( bad ideia :p ) commited by mistake my local copy with it disabled...
-rw-r--r-- | OpenSim/Region/Framework/Scenes/Scene.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Scenes/Scene.cs b/OpenSim/Region/Framework/Scenes/Scene.cs index 24e6eb1..a3358a5 100644 --- a/OpenSim/Region/Framework/Scenes/Scene.cs +++ b/OpenSim/Region/Framework/Scenes/Scene.cs | |||
@@ -4882,7 +4882,7 @@ Environment.Exit(1); | |||
4882 | 4882 | ||
4883 | private void CheckHeartbeat() | 4883 | private void CheckHeartbeat() |
4884 | { | 4884 | { |
4885 | // if (m_firstHeartbeat) | 4885 | if (m_firstHeartbeat) |
4886 | return; | 4886 | return; |
4887 | 4887 | ||
4888 | if (Util.EnvironmentTickCountSubtract(m_lastUpdate) > 5000) | 4888 | if (Util.EnvironmentTickCountSubtract(m_lastUpdate) > 5000) |