Skip to content

Commit

Permalink
DELETE FROM HISTORY: db pool for staging
Browse files Browse the repository at this point in the history
  • Loading branch information
vanderhoop committed May 31, 2022
1 parent ed3b365 commit 3b57b4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/prod.exs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ config :remote_retro, RemoteRetroWeb.Endpoint,

config :remote_retro, RemoteRetro.Repo,
url: "${DATABASE_URL}",
pool_size: 15,
pool_size: 2,
ssl: true

config :remote_retro,
Expand Down

0 comments on commit 3b57b4c

Please sign in to comment.