Moved updating personal contacts to updatecontact
This commit is contained in:
parent
8d999f54d0
commit
9f96f3ef34
7 changed files with 62 additions and 47 deletions
|
@ -131,6 +131,10 @@ return [
|
|||
// Don't display sharing accounts on the global community
|
||||
'community_no_sharer' => false,
|
||||
|
||||
// contact_update_limit (Integer)
|
||||
// How much contacts should be checked at a time?
|
||||
'contact_update_limit' => 100,
|
||||
|
||||
// cron_interval (Integer)
|
||||
// Minimal period in minutes between two calls of the "Cron" worker job.
|
||||
'cron_interval' => 5,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue