mirror of
https://github.com/friendica/friendica
synced 2024-12-23 00:40:15 +00:00
Default to adjusting poll frequency automatically
This commit is contained in:
parent
16f5d2033d
commit
848a132431
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