]> git.mxchange.org Git - friendica.git/blobdiff - static/defaults.config.php
Merge pull request #9026 from annando/performance
[friendica.git] / static / defaults.config.php
index 5e5b48c683c53564b382b26693abdd37f6816c3b..018e0dc635a837ad16b39c28bcb6fdd5058d4742 100644 (file)
@@ -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://'],