mirror of
https://github.com/algora-io/tv.git
synced 2024-11-16 00:58:59 +02:00
increase ex_aws recv_timeout
This commit is contained in:
parent
1cb6c1eb33
commit
2f73c9bd9c
@ -33,6 +33,8 @@ config :ex_aws, :s3,
|
||||
end),
|
||||
region: System.get_env("AWS_REGION")
|
||||
|
||||
config :ex_aws, :hackney_opts, recv_timeout: 300_000
|
||||
|
||||
# Configure your database
|
||||
config :algora, Algora.Repo,
|
||||
url: System.get_env("DATABASE_URL"),
|
||||
|
@ -110,6 +110,8 @@ if config_env() == :prod do
|
||||
host: URI.parse(System.fetch_env!("AWS_ENDPOINT_URL_S3")).host,
|
||||
region: System.fetch_env!("AWS_REGION")
|
||||
|
||||
config :ex_aws, :hackney_opts, recv_timeout: 300_000
|
||||
|
||||
config :libcluster,
|
||||
topologies: [
|
||||
fly6pn: [
|
||||
|
Loading…
Reference in New Issue
Block a user