mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-07 20:04:32 +02: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…
Add table
Add a link
Reference in a new issue