mirror of
https://github.com/datarhei/core.git
synced 2025-10-05 16:07:07 +08:00
Add option to disable CPU throttling
This commit is contained in:
@@ -6077,6 +6077,9 @@ const docTemplate = `{
|
||||
"binary": {
|
||||
"type": "string"
|
||||
},
|
||||
"disable_throttling": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"log": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
@@ -8628,6 +8631,9 @@ const docTemplate = `{
|
||||
"binary": {
|
||||
"type": "string"
|
||||
},
|
||||
"disable_throttling": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"log": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
|
Reference in New Issue
Block a user