docs: move timeout settings from web to status group

This commit is contained in:
2023-11-13 16:53:16 +02:00
parent b050c409cf
commit 7536d6bb82
2 changed files with 6 additions and 1 deletions

View File

@ -269,6 +269,11 @@ CONFIGURATION_SCHEMA: ConfigurationSchema = {
"type": "boolean",
"coerce": "boolean",
},
"timeout": {
"type": "integer",
"coerce": "integer",
"min": 0,
},
"username": {
"type": "string",
"empty": False,