From 9b14cd7633af7457ed5b920cecd4033a50160bf7 Mon Sep 17 00:00:00 2001 From: Eric Date: Thu, 7 Nov 2019 15:23:42 +0100 Subject: [PATCH] =?UTF-8?q?N=C2=B02240=20-=20Supportability=20-=20Maintena?= =?UTF-8?q?nce=20mode?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- webservices/cron.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webservices/cron.php b/webservices/cron.php index 8bc33e317e..1c513b5daf 100644 --- a/webservices/cron.php +++ b/webservices/cron.php @@ -219,7 +219,7 @@ function CronExec($oP, $aProcesses, $bVerbose) $oSearch = new DBObjectSearch('BackgroundTask'); while (time() < $iTimeLimit) { - // Maintenance or ReadOnly mode + // Verify files instead of reloading the full config each time if (file_exists(MAINTENANCE_MODE_FILE) || file_exists(READONLY_MODE_FILE)) { $oP->p("Maintenance detected, exiting");