diff options
author | Alex S <alex.strizhakov@gmail.com> | 2019-07-10 17:39:07 +0300 |
---|---|---|
committer | Alex S <alex.strizhakov@gmail.com> | 2019-07-10 17:42:18 +0300 |
commit | beba7bbc8550aca07874e105b784b7a3cbe89838 (patch) | |
tree | 4dbcc9d553ea00c62acfb27bfec2d87b7bd79962 /docs/config.md | |
parent | ade213cb35c8dc1a6f86e7b3836bc2ca86c8ff54 (diff) | |
download | pleroma-beba7bbc8550aca07874e105b784b7a3cbe89838.tar.gz pleroma-beba7bbc8550aca07874e105b784b7a3cbe89838.zip |
removing synchronization worker
Diffstat (limited to 'docs/config.md')
-rw-r--r-- | docs/config.md | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/docs/config.md b/docs/config.md index 01730ec16..140789d87 100644 --- a/docs/config.md +++ b/docs/config.md @@ -126,11 +126,7 @@ 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. +* `external_user_synchronization`: Enabling following/followers counters synchronization for external users. |