From 66f854fe1d2a39583079d682b799110902059169 Mon Sep 17 00:00:00 2001 From: Matt Lowe Date: Thu, 23 Apr 2015 00:26:21 +0200 Subject: [PATCH] Changed to check every 10 mins --- servatrice/src/servatrice.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/servatrice/src/servatrice.cpp b/servatrice/src/servatrice.cpp index 058ee31c..66a9c977 100644 --- a/servatrice/src/servatrice.cpp +++ b/servatrice/src/servatrice.cpp @@ -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) {