]> git.mxchange.org Git - friendica.git/blobdiff - static/defaults.config.php
Moved updating personal contacts to updatecontact
[friendica.git] / static / defaults.config.php
index b51b5935ad0b8f40314ffae75b0665c00961f760..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,
@@ -237,6 +241,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,
@@ -250,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,
@@ -379,6 +391,10 @@ return [
                // minimal distance in minutes between two polls for a contact. Reasonable values are between 1 and 59.
                'min_poll_interval' => 15,
 
+               // minimum_posting_interval (Integer)
+               // Minimum interval between two feed posts per user
+               'minimum_posting_interval' => 0,
+
                // no_count (Boolean)
                // Don't do count calculations (currently only when showing photo albums).
                'no_count' => false,