X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=static%2Fdefaults.config.php;h=018e0dc635a837ad16b39c28bcb6fdd5058d4742;hb=69aae82f5d8683e7626ccfa9164a99cb90e9fc58;hp=a1d50bb84f53d1299c87a0a13d1b93d365e2068e;hpb=78793894fcc9272f6f34ea4503962cf4a4713018;p=friendica.git diff --git a/static/defaults.config.php b/static/defaults.config.php index a1d50bb84f..018e0dc635 100644 --- a/static/defaults.config.php +++ b/static/defaults.config.php @@ -82,6 +82,10 @@ return [ 'php_path' => 'php', ], 'system' => [ + // adjust_poll_frequency (Boolean) + // Automatically detect and set the best feed poll frequency. + 'adjust_poll_frequency' => false, + // allowed_link_protocols (Array) // Allowed protocols in links URLs, add at your own risk. http(s) is always allowed. 'allowed_link_protocols' => ['ftp://', 'ftps://', 'mailto:', 'cid:', 'gopher://'], @@ -143,9 +147,9 @@ return [ // Watchlist of indexes to watch. 'db_log_index_watch' => '', - // db_log_index_blacklist (Comma-separated list) - // Blacklist of indexes that shouldn't be watched. - 'db_log_index_blacklist' => '', + // db_log_index_denylist (Comma-separated list) + // Deny list of indexes that shouldn't be watched. + 'db_log_index_denylist' => '', // db_loglimit (Integer) // If a database call lasts longer than this value in seconds it is logged. @@ -331,7 +335,7 @@ return [ // min_poll_interval (Integer) // minimal distance in minutes between two polls for a contact. Reasonable values are between 1 and 59. - 'min_poll_interval' => 1, + 'min_poll_interval' => 15, // no_count (Boolean) // Don't do count calculations (currently only when showing photo albums).