1
0
Fork 0

Configuration for the priority of the notification for expired messages

This commit is contained in:
Michael 2020-11-30 21:40:55 +00:00
commit bb823c323b
2 changed files with 10 additions and 2 deletions

View file

@ -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,