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");