fix pool size
All checks were successful
Build and Publish / build-release (push) Successful in 1m19s
All checks were successful
Build and Publish / build-release (push) Successful in 1m19s
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user