Update schema multicore scheduling default value
This commit is contained in:
parent
5d1dc035c3
commit
c499ce448a
1 changed files with 1 additions and 1 deletions
|
@ -382,7 +382,7 @@
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"title": "Enable Multicore Scheduling",
|
"title": "Enable Multicore Scheduling",
|
||||||
"description": "Enables or disables multi-core scheduling of threads",
|
"description": "Enables or disables multi-core scheduling of threads",
|
||||||
"default": false,
|
"default": true,
|
||||||
"examples": [
|
"examples": [
|
||||||
true,
|
true,
|
||||||
false
|
false
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue