X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=static%2Fdefaults.config.php;h=455272926e8cd4ab01c3d2f6088d74d98441f16e;hb=9f96f3ef347e44851a265b1d99e5bb6cf2f4514b;hp=e7d7985aa47cef4cfec46d9914bd20d8c401346e;hpb=def07f46a620e0bfbf70a5659880d23afe5b40d6;p=friendica.git diff --git a/static/defaults.config.php b/static/defaults.config.php index e7d7985aa4..455272926e 100644 --- a/static/defaults.config.php +++ b/static/defaults.config.php @@ -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,