update pool size and concurrency default value for facts runner
ci / docker (push) Successful in 4m19s

This commit is contained in:
2024-06-09 14:15:37 +02:00
parent 4e9d98afe2
commit 0987290dca
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ config :lol_analytics, LoLAnalytics.Repo,
hostname: "localhost",
database: "lol_analytics_test#{System.get_env("MIX_TEST_PARTITION")}",
pool: Ecto.Adapters.SQL.Sandbox,
pool_size: System.schedulers_online() * 2
pool_size: System.schedulers_online() * 4
# We don't run a server during test. If one is required,
# you can enable the server option below.