Remove retries configuration to fix overriding

This commit is contained in:
byte[] 2022-10-08 18:16:01 -04:00
parent 6cdcfb2dcd
commit 419ebdfe83

View file

@ -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,