Hopefully fixes loops during message processing
This commit is contained in:
parent
64894f9d6f
commit
f2eec66240
6 changed files with 142 additions and 76 deletions
|
@ -286,6 +286,10 @@ return [
|
|||
// Fetch missing posts via a background process
|
||||
'fetch_by_worker' => false,
|
||||
|
||||
// fetch_featured_posts (Boolean)
|
||||
// Fetch featured posts from all contacts
|
||||
'fetch_featured_posts' => false,
|
||||
|
||||
// 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