File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
java/src/org/openqa/selenium/grid/server Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 17
17
18
18
package org .openqa .selenium .grid .server ;
19
19
20
- import static org .openqa .selenium .grid .config .StandardGridRoles .HTTPD_ROLE ;
21
-
22
20
import com .google .auto .service .AutoService ;
23
21
24
22
import com .beust .jcommander .Parameter ;
31
29
import java .util .Collections ;
32
30
import java .util .Set ;
33
31
32
+ import static org .openqa .selenium .grid .config .StandardGridRoles .HTTPD_ROLE ;
33
+
34
34
@ AutoService (HasRoles .class )
35
35
public class BaseServerFlags implements HasRoles {
36
36
@@ -65,7 +65,7 @@ public class BaseServerFlags implements HasRoles {
65
65
+ "Default value is: (available processors) * 3." ,
66
66
names = "--max-threads" )
67
67
@ ConfigValue (section = SERVER_SECTION , name = "max-threads" , example = "12" )
68
- private int maxThreads = Runtime . getRuntime (). availableProcessors () * 3 ;
68
+ private int maxThreads ;
69
69
70
70
@ Parameter (
71
71
names = "--allow-cors" ,
You can’t perform that action at this time.
0 commit comments