fix pool size
All checks were successful
Build and Publish / build-release (push) Successful in 1m19s

This commit is contained in:
2026-04-16 12:19:53 -05:00
parent 179d0b02c8
commit 844fc35088

View File

@@ -40,7 +40,6 @@ if config_env() == :prod do
config :customer_service, CustomerService.Repo, config :customer_service, CustomerService.Repo,
url: database_url, url: database_url,
pool_size: 1,
pool_size: String.to_integer(System.get_env("DATABASE_POOL_SIZE") || "1"), pool_size: String.to_integer(System.get_env("DATABASE_POOL_SIZE") || "1"),
socket_options: maybe_ipv6 socket_options: maybe_ipv6