Skip to content

Commit

Permalink
temporarily hardcode pool size (undo this later)
Browse files Browse the repository at this point in the history
  • Loading branch information
Meow committed Nov 24, 2023
1 parent b527db8 commit 7645452
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/runtime.exs
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ if config_env() != :test do
# Database config
config :philomena, Philomena.Repo,
url: System.fetch_env!("DATABASE_URL"),
pool_size: String.to_integer(System.get_env("POOL_SIZE", "16")),
pool_size: 8,
timeout: 60_000,
ownership_timeout: 60_000
end
Expand Down

0 comments on commit 7645452

Please sign in to comment.