Add option to disable CPU throttling

This commit is contained in:
Ingo Oppermann
2025-06-24 16:52:51 +02:00
parent 2189c4c36c
commit 55314e35a8
12 changed files with 47 additions and 9 deletions

View File

@@ -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": {