Skip to content

Commit

Permalink
make the migration queue even smaller, for future-proofing (#806)
Browse files Browse the repository at this point in the history
  • Loading branch information
zkat authored Apr 20, 2024
1 parent e6d2b2f commit b456332
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/config.exs
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ config :banchan, Oban,
invoice_purge: 10,
upload_cleanup: 10,
backup: 1,
migration: 5
migration: 1
]

config :sentry,
Expand Down

0 comments on commit b456332

Please sign in to comment.