From 00835f2ff464430d4740572777c1c6d929c1a6d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kat=20March=C3=A1n?= Date: Sat, 20 Apr 2024 00:40:14 -0700 Subject: [PATCH] smaller migration queue --- config/config.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.exs b/config/config.exs index a83a43a8..67315997 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: 20 + migration: 5 ] config :sentry,