]> git.mxchange.org Git - friendica.git/blobdiff - static/defaults.config.php
Merge pull request #9036 from annando/clear-cache
[friendica.git] / static / defaults.config.php
index 8111a68f1aadb4c75d54f03debf3e14fbf6d9908..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://'],
@@ -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).