Skip to content

Commit

Permalink
Merge branch 'phoenixframework:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
bradhanks authored Jan 11, 2024
2 parents 79b1e65 + 68ac5f2 commit 6af158c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installer/lib/phx_new/generator.ex
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ defmodule Phx.New.Generator do
hostname: "localhost",
database: {:literal, ~s|"#{app}_test\#{System.get_env("MIX_TEST_PARTITION")}"|},
pool: Ecto.Adapters.SQL.Sandbox,
pool_size: 10
pool_size: {:literal, ~s|System.schedulers_online() * 2|}
],
test_setup_all: "Ecto.Adapters.SQL.Sandbox.mode(#{inspect(module)}.Repo, :manual)",
test_setup: """
Expand Down

0 comments on commit 6af158c

Please sign in to comment.