expire mfa tokens through Oban

This commit is contained in:
Alexander Strizhakov 2020-09-05 18:35:01 +03:00
commit 7dd986a563
No known key found for this signature in database
GPG key ID: 022896A53AEF1381
11 changed files with 106 additions and 117 deletions

View file

@ -530,7 +530,7 @@ config :pleroma, Oban,
log: false,
queues: [
activity_expiration: 10,
oauth_token_expiration: 1,
token_expiration: 5,
federator_incoming: 50,
federator_outgoing: 50,
web_push: 50,