diff options
author | Ivan Tashkinov <ivantashkinov@gmail.com> | 2021-02-13 22:01:11 +0300 |
---|---|---|
committer | Ivan Tashkinov <ivantashkinov@gmail.com> | 2021-02-13 22:01:11 +0300 |
commit | 349b8b0f4fb1c2b86f913e1840f15c052ff43c24 (patch) | |
tree | c068b5a22e7af4c36e1bab8f7eb6195ac0e04c37 /config/config.exs | |
parent | 5992382cf86d89879b7a8e2dcbf26e910634a73a (diff) | |
download | pleroma-349b8b0f4fb1c2b86f913e1840f15c052ff43c24.tar.gz pleroma-349b8b0f4fb1c2b86f913e1840f15c052ff43c24.zip |
[#3213] `rescue` around potentially-raising `Repo.insert_all/_` calls. Misc. improvements (docs etc.).
Diffstat (limited to 'config/config.exs')
-rw-r--r-- | config/config.exs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config/config.exs b/config/config.exs index 8a7c466d3..0fbca06f3 100644 --- a/config/config.exs +++ b/config/config.exs @@ -556,7 +556,6 @@ config :pleroma, Oban, remote_fetcher: 2, attachments_cleanup: 1, new_users_digest: 1, - hashtags_cleanup: 1, mute_expire: 5 ], plugins: [Oban.Plugins.Pruner], |