Skip to content

Commit

Permalink
Increase pool size
Browse files Browse the repository at this point in the history
  • Loading branch information
vtm9 committed Dec 2, 2023
1 parent 973bd46 commit a655b99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/app/config/releases.exs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ config :codebattle, Codebattle.Repo,
password: System.get_env("CODEBATTLE_DB_PASSWORD"),
hostname: System.get_env("CODEBATTLE_DB_HOSTNAME"),
database: System.get_env("CODEBATTLE_DB_NAME"),
pool_size: 10,
pool_size: 100,
log_level: :error

config :codebattle, :oauth,
Expand Down

0 comments on commit a655b99

Please sign in to comment.