]> git.mxchange.org Git - friendica.git/blobdiff - static/defaults.config.php
Test for failed test
[friendica.git] / static / defaults.config.php
index 4174ebcad917d64dcb4ede8ce12984ceebb937d3..b0832d88f35f4bfc6358a5534286744e2e17ef11 100644 (file)
@@ -300,6 +300,16 @@ return [
                // Sets the logging adapter of Friendica globally (monolog, syslog, stream)
                'logger_config' => 'stream',
 
+               // maintenance_start (String)
+               // Start of the window for the daily maintenance cron call.
+               // The system timezone is used when no timezone is defined here.
+               'maintenance_start' => '01:00 +00:00',
+
+               // maintenance_end (String)
+               // End of the window for the daily maintenance cron call
+               // The system timezone is used when no timezone is defined here.
+               'maintenance_end' => '03:00 +00:00',
+
                // max_batch_queue (Integer)
                // Maximum number of batched queue items for a single contact before subsequent messages are discarded.
                'max_batch_queue' => 1000,