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 /config/config.exs | |
parent | ade213cb35c8dc1a6f86e7b3836bc2ca86c8ff54 (diff) | |
download | pleroma-beba7bbc8550aca07874e105b784b7a3cbe89838.tar.gz pleroma-beba7bbc8550aca07874e105b784b7a3cbe89838.zip |
removing synchronization worker
Diffstat (limited to 'config/config.exs')
-rw-r--r-- | config/config.exs | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/config/config.exs b/config/config.exs index 0d3419102..f00191a6d 100644 --- a/config/config.exs +++ b/config/config.exs @@ -250,13 +250,7 @@ config :pleroma, :instance, skip_thread_containment: true, limit_to_local_content: :unauthenticated, dynamic_configuration: false, - external_user_synchronization: [ - enabled: false, - # every 2 hours - interval: 60 * 60 * 2, - max_retries: 3, - limit: 500 - ] + external_user_synchronization: false config :pleroma, :markup, # XXX - unfortunately, inline images must be enabled by default right now, because |