Add a timer to monitor the heartbeat. Restart it if it's been dead for

5 seconds.
This commit is contained in:
Melanie
2011-07-25 04:16:53 +02:00
parent 2e83b48873
commit 5c012cac54
2 changed files with 17 additions and 2 deletions

View File

@@ -487,6 +487,7 @@ namespace OpenSim
}
scene.StartTimer();
scene.StartTimerWatchdog();
return clientServer;
}