aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Application
diff options
context:
space:
mode:
authorMelanie2011-07-25 04:16:53 +0200
committerMelanie2011-07-25 04:16:53 +0200
commit5c012cac54f92f2881005a50fd3eb103f0f2ea07 (patch)
tree854af8d5196b954b7b731e07439c328fa44e5a0c /OpenSim/Region/Application
parentMerge branch 'careminster-presence-refactor' of ssh://3dhosting.de/var/git/ca... (diff)
downloadopensim-SC_OLD-5c012cac54f92f2881005a50fd3eb103f0f2ea07.zip
opensim-SC_OLD-5c012cac54f92f2881005a50fd3eb103f0f2ea07.tar.gz
opensim-SC_OLD-5c012cac54f92f2881005a50fd3eb103f0f2ea07.tar.bz2
opensim-SC_OLD-5c012cac54f92f2881005a50fd3eb103f0f2ea07.tar.xz
Add a timer to monitor the heartbeat. Restart it if it's been dead for
5 seconds.
Diffstat (limited to 'OpenSim/Region/Application')
-rw-r--r--OpenSim/Region/Application/OpenSimBase.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/Application/OpenSimBase.cs b/OpenSim/Region/Application/OpenSimBase.cs
index 04a68ae..dbfd0f2 100644
--- a/OpenSim/Region/Application/OpenSimBase.cs
+++ b/OpenSim/Region/Application/OpenSimBase.cs
@@ -487,6 +487,7 @@ namespace OpenSim
487 } 487 }
488 488
489 scene.StartTimer(); 489 scene.StartTimer();
490 scene.StartTimerWatchdog();
490 491
491 return clientServer; 492 return clientServer;
492 } 493 }