]> git.mxchange.org Git - friendica.git/blobdiff - static/defaults.config.php
Moved updating personal contacts to updatecontact
[friendica.git] / static / defaults.config.php
index e7d7985aa47cef4cfec46d9914bd20d8c401346e..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,
@@ -254,6 +258,10 @@ return [
                // This can alternatively be set on a per account basis in the pconfig table.
                'groupedit_image_limit' => 400,
 
+               // gserver_update_limit (Integer)
+               // How much servers should be checked at a time?
+               'gserver_update_limit' => 100,
+
                // hsts (Boolean)
                // Enables the sending of HTTP Strict Transport Security headers.
                'hsts' => false,