diff options
author | kaniini <nenolod@gmail.com> | 2019-07-09 17:36:35 +0000 |
---|---|---|
committer | kaniini <nenolod@gmail.com> | 2019-07-09 17:36:35 +0000 |
commit | e19e82975871388831fd23adc50fcaaea85ad5da (patch) | |
tree | a5a7490e2fbe3fbe9874fbbed66f562ef76382de /docs/config.md | |
parent | 4948117fcf297efa735cdafb9cddf39946668266 (diff) | |
parent | d6b0fce6e944e8a3dd05091ef2388c610362f824 (diff) | |
download | pleroma-e19e82975871388831fd23adc50fcaaea85ad5da.tar.gz |
Merge branch 'fix/1019-correct-count-remote-users' into 'develop'
Fix/1019 correct count remote users
Closes #1019
See merge request pleroma/pleroma!1376
Diffstat (limited to 'docs/config.md')
-rw-r--r-- | docs/config.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/config.md b/docs/config.md index 822c34c51..931155fe9 100644 --- a/docs/config.md +++ b/docs/config.md @@ -125,6 +125,12 @@ config :pleroma, Pleroma.Emails.Mailer, * `skip_thread_containment`: Skip filter out broken threads. The default is `false`. * `limit_to_local_content`: Limit unauthenticated users to search for local statutes and users only. Possible values: `:unauthenticated`, `:all` and `false`. The default is `:unauthenticated`. * `dynamic_configuration`: Allow transferring configuration to DB with the subsequent customization from Admin api. +* `external_user_synchronization`: Following/followers counters synchronization settings. + * `enabled`: Enables synchronization + * `interval`: Interval between synchronization. + * `max_retries`: Max rettries for host. After exceeding the limit, the check will not be carried out for users from this host. + * `limit`: Users batch size for processing in one time. + ## :logger |