X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=static%2Fdefaults.config.php;h=f70bf8c8f642a86be076628bf2c18212bfa3b4d0;hb=bb823c323be0f9f092db755723a91412687b81d2;hp=b51b5935ad0b8f40314ffae75b0665c00961f760;hpb=3bea8e5216e8a8a31278475b4c952f86097188c4;p=friendica.git diff --git a/static/defaults.config.php b/static/defaults.config.php index b51b5935ad..f70bf8c8f6 100644 --- a/static/defaults.config.php +++ b/static/defaults.config.php @@ -237,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,