diff options
author | Ivan Tashkinov <ivantashkinov@gmail.com> | 2020-02-20 15:18:28 +0300 |
---|---|---|
committer | Ivan Tashkinov <ivantashkinov@gmail.com> | 2020-02-20 15:18:28 +0300 |
commit | 0d14c3f41053f97d23fa9295745a817c08010969 (patch) | |
tree | c4163e4e8a0d028346fcdf6e82945db96bc3d068 | |
parent | 0c65a8c3d02a5a9dc3a0a54fef3b86130cf3c0dd (diff) | |
download | pleroma-0d14c3f41053f97d23fa9295745a817c08010969.tar.gz |
[#1505] Typo fix.
-rw-r--r-- | config/config.exs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/config.exs b/config/config.exs index 47b53d5af..c5a56b14d 100644 --- a/config/config.exs +++ b/config/config.exs @@ -482,7 +482,7 @@ config :pleroma, Oban, scheduled_activities: 10, background: 5, remote_fetcher: 2, - attachments_cleanup: 5 + attachments_cleanup: 5, new_users_digest: 1 ], crontab: [ |