Changed to check every 10 mins

This commit is contained in:
Matt Lowe 2015-04-23 00:26:21 +02:00
parent e646122f55
commit 66f854fe1d

View file

@ -485,7 +485,7 @@ void Servatrice::shutdownTimeout()
{
--shutdownMinutes;
if (shutdownMinutes <= 5 || isFirstShutdownMessage || shutdownMinutes % 20 == 0) {
if (shutdownMinutes <= 5 || isFirstShutdownMessage || shutdownMinutes % 10 == 0) {
isFirstShutdownMessage = false;
SessionEvent *se;
if (shutdownMinutes) {