1
0
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:
zafer 2024-06-02 17:13:41 +03:00
parent 1cb6c1eb33
commit 2f73c9bd9c
2 changed files with 4 additions and 0 deletions

View File

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

View File

@ -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: [