mirror of
https://github.com/friendica/friendica
synced 2025-01-03 19:22:18 +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)
|
// adjust_poll_frequency (Boolean)
|
||||||
// Automatically detect and set the best feed poll frequency.
|
// Automatically detect and set the best feed poll frequency.
|
||||||
'adjust_poll_frequency' => false,
|
'adjust_poll_frequency' => true,
|
||||||
|
|
||||||
// allow_relay_channels (Boolean)
|
// allow_relay_channels (Boolean)
|
||||||
// Allow Users to set remote_self
|
// Allow Users to set remote_self
|
||||||
|
|
Loading…
Reference in a new issue