diff options
author | Ivan Tashkinov <ivantashkinov@gmail.com> | 2020-01-25 10:47:30 +0300 |
---|---|---|
committer | Ivan Tashkinov <ivantashkinov@gmail.com> | 2020-01-25 10:47:30 +0300 |
commit | 86e4d23acb640efea8cbc879ddbeadfa0e04f9c8 (patch) | |
tree | 3b00eb5ce7e3e65cd3e773584e3c5f084277dd18 /config | |
parent | cf96c4005743c61d44e17c9d37c6427eaf69c152 (diff) | |
download | pleroma-86e4d23acb640efea8cbc879ddbeadfa0e04f9c8.tar.gz pleroma-86e4d23acb640efea8cbc879ddbeadfa0e04f9c8.zip |
[#1505] Background fetching of incoming activities' `replies` collections.
Diffstat (limited to 'config')
-rw-r--r-- | config/config.exs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/config.exs b/config/config.exs index 60642c467..5f72df8a0 100644 --- a/config/config.exs +++ b/config/config.exs @@ -501,6 +501,7 @@ config :pleroma, Oban, transmogrifier: 20, scheduled_activities: 10, background: 5, + remote_fetcher: 2, attachments_cleanup: 5 ] |