Skip to content

Commit 0dcc4fe

Browse files
committed
Revert "Change jobs option default to 1"
This reverts commit 088958e.
1 parent 9b9e214 commit 0dcc4fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config/options.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@
163163
"title": "jobs",
164164
"description": "Maximum number of parallel jobs. If 0, then number of cores is used. Currently used for preprocessing and g2html.",
165165
"type": "integer",
166-
"default": 1
166+
"default": 0
167167
},
168168
"goblint-dir": {
169169
"title": "goblint-dir",

0 commit comments

Comments
 (0)