mirror of
https://github.com/philomena-dev/philomena.git
synced 2025-01-31 19:36:44 +01:00
Remove retries configuration to fix overriding
This commit is contained in:
parent
6cdcfb2dcd
commit
419ebdfe83
1 changed files with 0 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue