mirror of
https://github.com/friendica/friendica
synced 2025-09-04 15:56:06 +02:00
Merge pull request #9022 from annando/adjust-frequency
Automatically adjust feed poll frequencies
This commit is contained in:
commit
11701e2cd3
4 changed files with 164 additions and 57 deletions
|
@ -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://'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue