mirror of
https://github.com/friendica/friendica
synced 2025-09-04 18:06:05 +02:00
Issue 9015: Reducing load of remote systems
This commit is contained in:
parent
6dff5fa562
commit
1f9b365f3b
6 changed files with 34 additions and 32 deletions
|
@ -331,7 +331,7 @@ return [
|
|||
|
||||
// min_poll_interval (Integer)
|
||||
// minimal distance in minutes between two polls for a contact. Reasonable values are between 1 and 59.
|
||||
'min_poll_interval' => 1,
|
||||
'min_poll_interval' => 15,
|
||||
|
||||
// no_count (Boolean)
|
||||
// Don't do count calculations (currently only when showing photo albums).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue