Skip to content

Commit

Permalink
jsonschema: set min. value of n_threads = -1 (#307)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjanovsky authored Jan 10, 2023
1 parent 4dcad88 commit 0d4e52c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sec_certs/config/settings-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
{
"properties": {
"value": {
"minimum": 1
"minimum": -1
}
}
}
Expand Down

0 comments on commit 0d4e52c

Please sign in to comment.