mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-27 13:47:58 +01:00
decrease default pool size to 16
This commit is contained in:
parent
d39260c19d
commit
dd9dc18d8c
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ config :philomena,
|
||||||
|
|
||||||
config :philomena, Philomena.Repo,
|
config :philomena, Philomena.Repo,
|
||||||
url: System.fetch_env!("DATABASE_URL"),
|
url: System.fetch_env!("DATABASE_URL"),
|
||||||
pool_size: String.to_integer(System.get_env("POOL_SIZE") || "32")
|
pool_size: String.to_integer(System.get_env("POOL_SIZE") || "16")
|
||||||
|
|
||||||
config :philomena, Philomena.Mailer,
|
config :philomena, Philomena.Mailer,
|
||||||
adapter: Bamboo.SMTPAdapter,
|
adapter: Bamboo.SMTPAdapter,
|
||||||
|
|
Loading…
Reference in a new issue