From b456332e7b7faf76a92dea75b8638b42998dff28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kat=20March=C3=A1n?= Date: Sat, 20 Apr 2024 09:04:42 -0700 Subject: [PATCH] make the migration queue even smaller, for future-proofing (#806) --- config/config.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.exs b/config/config.exs index 67315997..60e770d6 100644 --- a/config/config.exs +++ b/config/config.exs @@ -106,7 +106,7 @@ config :banchan, Oban, invoice_purge: 10, upload_cleanup: 10, backup: 1, - migration: 5 + migration: 1 ] config :sentry,