mirror of
https://github.com/friendica/friendica
synced 2024-11-09 17:02:54 +00:00
Merge pull request #14261 from mexon/mat/default-adjust-poll-freq
Default to adjusting poll frequency automatically
This commit is contained in:
commit
918317fa49
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ return [
|
|||
|
||||
// adjust_poll_frequency (Boolean)
|
||||
// Automatically detect and set the best feed poll frequency.
|
||||
'adjust_poll_frequency' => false,
|
||||
'adjust_poll_frequency' => true,
|
||||
|
||||
// allow_relay_channels (Boolean)
|
||||
// Allow Users to set remote_self
|
||||
|
|
Loading…
Reference in a new issue