Skip to content

Commit

Permalink
timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
jdonis committed Jan 29, 2025
1 parent 16e3c1f commit 4d896d1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/prod.exs
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ config :challenge_gov, Web.Endpoint,
config :challenge_gov, ChallengeGov.Repo,
url: System.get_env("DATABASE_URL"),
ssl: if(System.get_env("DATABASE_SSL") == "true", do: [verify: :verify_none], else: false),
pool_timeout: :infinity,
timeout: :infinity,
pool_size: String.to_integer(System.get_env("POOL_SIZE") || "15"),
loggers: [{LoggerJSON.Ecto, :log, [:info]}]

Expand Down

0 comments on commit 4d896d1

Please sign in to comment.