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 41f815c commit 017680dCopy full SHA for 017680d
java/src/org/openqa/selenium/grid/sessionqueue/config/NewSessionQueueOptions.java
@@ -37,7 +37,7 @@ public class NewSessionQueueOptions {
37
static final int DEFAULT_REQUEST_TIMEOUT = 300;
38
static final int DEFAULT_REQUEST_TIMEOUT_PERIOD = 10;
39
static final int DEFAULT_RETRY_INTERVAL = 15;
40
- static final int DEFAULT_BATCH_SIZE = 10;
+ static final int DEFAULT_BATCH_SIZE = Runtime.getRuntime().availableProcessors() * 3;
41
42
private final Config config;
43
0 commit comments