aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorkaniini <ariadne@dereferenced.org>2019-07-11 13:01:11 +0000
committerkaniini <ariadne@dereferenced.org>2019-07-11 13:01:11 +0000
commite4e3fd7e5552db274655d58bbbec1e4faabf7ccd (patch)
tree744524f1eac36a5c6d3b0cfb0aa121e920c86dbc /docs
parent6c491b2006ef2f279e6ffbb4ac007b7740c6d50d (diff)
parent59e16fc45a2fe1fa6bfeaecaa35f485b8a34bb6d (diff)
downloadpleroma-e4e3fd7e5552db274655d58bbbec1e4faabf7ccd.tar.gz
Merge branch 'fix/1019-refactor' into 'develop'
Fix/1019 refactor See merge request pleroma/pleroma!1397
Diffstat (limited to 'docs')
-rw-r--r--docs/config.md6
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.