Skip to content

Commit cf7babf

Browse files
committed
db pools set for the target machine
1 parent d743048 commit cf7babf

File tree

1 file changed

+2
-2
lines changed
  • frameworks/Elixir/phoenix/config

1 file changed

+2
-2
lines changed

frameworks/Elixir/phoenix/config/prod.exs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ config :hello, Hello.Repo,
2121
password: "benchmarkdbpass",
2222
database: "hello_world",
2323
hostname: "tfb-database",
24-
pool_count: 24,
25-
pool_size: 64,
24+
pool_count: 56,
25+
pool_size: 15,
2626
queue_target: 5000,
2727
log: false
2828

0 commit comments

Comments
 (0)