Skip to content

Commit a7977b5

Browse files
committed
Make 'learn-ocaml build' parallel by default
(now that it's fixed)
1 parent c187441 commit a7977b5

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
@@ -192,7 +192,7 @@ module Args = struct
192192
the entire repository. Can be repeated."
193193

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

198198
type t = {

0 commit comments

Comments
 (0)