From 419ebdfe83c352f1a09bf35f048ef61233108965 Mon Sep 17 00:00:00 2001 From: "byte[]" Date: Sat, 8 Oct 2022 18:16:01 -0400 Subject: [PATCH] Remove retries configuration to fix overriding --- config/runtime.exs | 2 -- 1 file changed, 2 deletions(-) diff --git a/config/runtime.exs b/config/runtime.exs index 1b46f46d..2e211f30 100644 --- a/config/runtime.exs +++ b/config/runtime.exs @@ -95,8 +95,6 @@ config :ex_aws, :hackney_opts, use_default_pool: false, pool: false -config :ex_aws, :retries, max_attempts: 20 - if config_env() != :test do # Database config config :philomena, Philomena.Repo,