Skip to content

Commit

Permalink
Rollback
Browse files Browse the repository at this point in the history
  • Loading branch information
vtm9 committed Dec 2, 2023
1 parent a655b99 commit 6c30fce
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: 100,
pool_size: 10,
log_level: :error

config :codebattle, :oauth,
Expand Down

0 comments on commit 6c30fce

Please sign in to comment.