Skip to content

Commit a2b7710

Browse files
authored
Merge pull request #127 from haskell/shake-threads-default-0
Default the number of Shake threads to 0 (automatic)
2 parents f5c37af + 5cb2023 commit a2b7710

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exe/Arguments.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ arguments exeName = Arguments
7777
(short 'j'
7878
<> help "Number of threads (0: automatic)"
7979
<> metavar "NUM"
80-
<> value 1
80+
<> value 0
8181
<> showDefault
8282
)
8383

0 commit comments

Comments
 (0)