temporarily hardcode pool size (undo this later)

This commit is contained in:
Luna D 2023-11-24 16:14:14 +01:00
parent b527db8dfd
commit 7645452f90
No known key found for this signature in database
GPG key ID: 4B1C63448394F688

View file

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