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 49837d8 commit d2a16c4Copy full SHA for d2a16c4
src/driver/common_args.ml
@@ -22,7 +22,10 @@ let stats =
22
23
let nb_workers =
24
let doc = "Number of workers." in
25
- Arg.(value & opt int 15 & info [ "j" ] ~doc ~docs:Manpage.s_common_options)
+ Arg.(
26
+ value
27
+ & opt int (Domain.recommended_domain_count () - 1)
28
+ & info [ "j" ] ~doc ~docs:Manpage.s_common_options)
29
30
let odoc_bin =
31
let doc = "Odoc binary to use" in
0 commit comments