]> git.mxchange.org Git - friendica.git/blobdiff - static/defaults.config.php
Configuration for the priority of the notification for expired messages
[friendica.git] / static / defaults.config.php
index b0832d88f35f4bfc6358a5534286744e2e17ef11..f70bf8c8f642a86be076628bf2c18212bfa3b4d0 100644 (file)
@@ -191,6 +191,11 @@ return [
                // A value of 0 disables the deletion process.
                'dbclean-expire-limit' => 1000,
 
+               // daemon_watchdog (Boolean)
+               // Enable regular checking if the daemon is running.
+               // If it is not running and hadn't been terminated normally, it will be started automatically.
+               'daemon_watchdog' => false,
+
                // diaspora_test (Boolean)
                // For development only. Disables the message transfer.
                'diaspora_test' => false,
@@ -232,6 +237,10 @@ return [
                // restricts develop log writes to requests originating from this IP address.
                'dlogip' => '',
 
+               // expire-notify-priority (integer)
+               // Priority for the expirary notification 
+               'expire-notify-priority' => PRIORITY_LOW,
+
                // free_crawls (Integer)
                // Number of "free" searches when system => permit_crawling is enabled.
                'free_crawls' => 10,