mirror of
https://github.com/philomena-dev/philomena.git
synced 2025-02-01 03:46:44 +01:00
temporarily hardcode pool size (undo this later)
This commit is contained in:
parent
b527db8dfd
commit
7645452f90
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue