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 296ac2d commit 831fa2cCopy full SHA for 831fa2c
1 file changed
lib/wallaby/chrome.ex
@@ -147,7 +147,7 @@ defmodule Wallaby.Chrome do
147
{PartitionSupervisor,
148
child_spec: Wallaby.Chrome.Chromedriver,
149
name: Wallaby.Chromedrivers,
150
- partitions: System.schedulers_online()}
+ partitions: min(System.schedulers_online(), 10)}
151
]
152
153
Supervisor.init(children, strategy: :one_for_one)
0 commit comments