update pool size and concurrency default value for facts runner
ci / docker (push) Successful in 4m19s
ci / docker (push) Successful in 4m19s
This commit is contained in:
+1
-1
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user