bump pool size

This commit is contained in:
byte[] 2020-01-31 08:57:09 -05:00
parent 8128d48e8f
commit 8ba38c5633

View file

@ -41,7 +41,7 @@ config :philomena,
config :philomena, Philomena.Repo,
# ssl: true,
url: database_url,
pool_size: String.to_integer(System.get_env("POOL_SIZE") || "10")
pool_size: String.to_integer(System.get_env("POOL_SIZE") || "32")
config :philomena, PhilomenaWeb.Mailer,
adapter: Bamboo.SMTPAdapter,