Configuration for the priority of the notification for expired messages
This commit is contained in:
parent
4f98da88c4
commit
bb823c323b
2 changed files with 10 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue