]> git.mxchange.org Git - friendica.git/blobdiff - static/defaults.config.php
Moved updating personal contacts to updatecontact
[friendica.git] / static / defaults.config.php
index 053811b7f13c55a57eec0a8b3280814907499921..455272926e8cd4ab01c3d2f6088d74d98441f16e 100644 (file)
@@ -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,