Skip to content

Commit 173f19b

Browse files
chore: update pipeline schema files from MaaFramework
Triggered by 063d2e3 [skip changelog]
1 parent 063d2e3 commit 173f19b

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

deps/tools/pipeline.schema.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3134,10 +3134,10 @@
31343134
},
31353135
"timeout": {
31363136
"title": "Timeout Property",
3137-
"description": "超时时间(毫秒)。可选,默认 20000 (20秒)。",
3137+
"description": "超时时间(毫秒)。可选,默认 20000 (20秒)。设置为 -1 表示无限等待。",
31383138
"type": "integer",
31393139
"default": 20000,
3140-
"markdownDescription": "*int*\n\n超时时间(毫秒)。可选,默认 20000 (20秒)。"
3140+
"markdownDescription": "*int*\n\n超时时间(毫秒)。可选,默认 20000 (20秒)。\n\n设置为 -1 表示无限等待,永不超时。"
31413141
}
31423142
},
31433143
"required": [
@@ -4028,9 +4028,9 @@
40284028
},
40294029
"timeout": {
40304030
"title": "Timeout Property",
4031-
"description": "识别超时时间,毫秒。可选,默认 20 * 1000 。",
4032-
"$ref": "#/$defs/jsonNInt64",
4033-
"markdownDescription": "*uint*\n\n识别超时时间,毫秒。可选,默认 20 * 1000 。",
4031+
"description": "识别超时时间,毫秒。可选,默认 20 * 1000 。设置为 -1 表示无限等待。",
4032+
"$ref": "#/$defs/jsonInt64",
4033+
"markdownDescription": "*int*\n\n识别超时时间,毫秒。可选,默认 20 * 1000 \n\n设置为 -1 表示无限等待,永不超时",
40344034
"default": 20000
40354035
}
40364036
}
@@ -4111,10 +4111,10 @@
41114111
},
41124112
"timeout": {
41134113
"title": "Timeout Property",
4114-
"description": "识别超时时间,毫秒。可选,默认 20 * 1000 。",
4115-
"$ref": "#/$defs/jsonNInt64",
4114+
"description": "识别超时时间,毫秒。可选,默认 20 * 1000 。设置为 -1 表示无限等待。",
4115+
"$ref": "#/$defs/jsonInt64",
41164116
"default": 20000,
4117-
"markdownDescription": "*uint*\n\n识别超时时间,毫秒。可选,默认 20 * 1000 。\n\n具体逻辑为 `while(!timeout) { foreach(next); sleep_until(rate_limit); }` 。"
4117+
"markdownDescription": "*int*\n\n识别超时时间,毫秒。可选,默认 20 * 1000 \n\n设置为 -1 表示无限等待,永不超时\n\n具体逻辑为 `while(!timeout) { foreach(next); sleep_until(rate_limit); }` 。"
41184118
},
41194119
"on_error": {
41204120
"title": "On Error Property",

0 commit comments

Comments
 (0)