diff --git a/servatrice/src/servatrice.cpp b/servatrice/src/servatrice.cpp index 058ee31cd..66a9c977f 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) {