diff options
author | Egor Kislitsyn <egor@kislitsyn.com> | 2020-09-02 21:45:22 +0400 |
---|---|---|
committer | Egor Kislitsyn <egor@kislitsyn.com> | 2020-10-07 18:34:28 +0400 |
commit | a0ad9bd734e9af0ce912c32c7480a60ff87a4368 (patch) | |
tree | 782d55694ce5febbd48b777fe8897a7e7a01dcd2 /config/config.exs | |
parent | 4f3a6337454807f4145bbc1830c3d55dd883d46d (diff) | |
download | pleroma-a0ad9bd734e9af0ce912c32c7480a60ff87a4368.tar.gz pleroma-a0ad9bd734e9af0ce912c32c7480a60ff87a4368.zip |
Add BackupWorker
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 2e6b0796a..1f10167e5 100644 --- a/config/config.exs +++ b/config/config.exs @@ -551,6 +551,7 @@ config :pleroma, Oban, queues: [ activity_expiration: 10, token_expiration: 5, + backup: 1, federator_incoming: 50, federator_outgoing: 50, ingestion_queue: 50, |