diff options
author | Ivan Tashkinov <ivantashkinov@gmail.com> | 2021-02-11 19:31:57 +0300 |
---|---|---|
committer | Ivan Tashkinov <ivantashkinov@gmail.com> | 2021-02-11 19:31:57 +0300 |
commit | 5992382cf86d89879b7a8e2dcbf26e910634a73a (patch) | |
tree | 56962d73ef162757190a5e1bfa37f1ba110d9907 /config/config.exs | |
parent | a996ab46a54acbfa7a19da3eae12c78ed6466a1a (diff) | |
parent | 2cf753c5022dd7178d882e36e25b3a40dc403eff (diff) | |
download | pleroma-5992382cf86d89879b7a8e2dcbf26e910634a73a.tar.gz pleroma-5992382cf86d89879b7a8e2dcbf26e910634a73a.zip |
Merge remote-tracking branch 'remotes/origin/develop' into feature/object-hashtags-rework
# Conflicts:
# CHANGELOG.md
# lib/mix/tasks/pleroma/database.ex
# lib/pleroma/web/templates/feed/feed/_activity.rss.eex
Diffstat (limited to 'config/config.exs')
-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 91888c512..8a7c466d3 100644 --- a/config/config.exs +++ b/config/config.exs @@ -543,6 +543,7 @@ config :pleroma, Oban, queues: [ activity_expiration: 10, token_expiration: 5, + filter_expiration: 1, backup: 1, federator_incoming: 50, federator_outgoing: 50, |