Skip to content

Commit a18cd77

Browse files
committed
Parallelism: Update documentation for parallel domains
1 parent ccb2a6f commit a18cd77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/config/options.schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2553,9 +2553,9 @@
25532553
},
25542554
"parallel_domains" :{
25552555
"title": "solvers.td3.parallel_domains",
2556-
"description": "Maximal number of Domains that the solver can use in parallel. Only applies, when a solver of the 'td_parallel_*' family is used.",
2556+
"description": "Maximal number of Domains that the solver can use in parallel. Only applies, when a solver of the 'td_parallel_*' family is used. If left at -1, the value of jobs will be used.",
25572557
"type": "integer",
2558-
"default": 2
2558+
"default": -1
25592559
}
25602560
},
25612561
"additionalProperties": false

0 commit comments

Comments
 (0)