mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-23 20:18:00 +01:00
bump pool size
This commit is contained in:
parent
8128d48e8f
commit
8ba38c5633
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue