We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c873d7 commit c2d249aCopy full SHA for c2d249a
1 file changed
config/test.exs
@@ -8,7 +8,7 @@ config :bcrypt_elixir, :log_rounds, 4
8
9
config :plausible, Plausible.Repo,
10
pool: Ecto.Adapters.SQL.Sandbox,
11
- pool_size: System.schedulers_online() * 2
+ pool_size: System.schedulers_online() * 3
12
13
config :plausible, Plausible.ClickhouseRepo,
14
loggers: [Ecto.LogEntry],
0 commit comments