Skip to content

Commit eaad14c

Browse files
committed
perf: Make learn-ocaml build parallel by default
(now that it's fixed)
1 parent 87ee902 commit eaad14c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/learnocaml_main.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ module Args = struct
194194
the entire repository. Can be repeated."
195195

196196
let jobs =
197-
value & opt int 1 & info ["jobs";"j"] ~docv:"INT" ~doc:
197+
value & opt int 8 & info ["jobs";"j"] ~docv:"INT" ~doc:
198198
"Number of building jobs to run in parallel"
199199

200200
type t = {

0 commit comments

Comments
 (0)