2 parents 2d1d130 + 0b17c33 commit d10fd00Copy full SHA for d10fd00
1 file changed
dashboard/src/i18n/locales/zh-CN/features/config-metadata.json
@@ -1178,18 +1178,18 @@
1178
},
1179
"work_loop": {
1180
"enabled": {
1181
- "description": "??????",
1182
- "hint": "????????????????"
+ "description": "启用工作循环",
+ "hint": "默认关闭;允许显式工作请求使用工作执行器。"
1183
1184
"max_concurrent": {
1185
- "description": "????????",
1186
- "hint": "???????????? 2????????????"
+ "description": "工作任务执行并发",
+ "hint": "同时执行的工作任务数,默认 2。此值不是等待队列的长度限制。"
1187
}
1188
1189
"work_session": {
1190
"max_age_seconds": {
1191
- "description": "??????????",
1192
- "hint": "??????????????? 3600 ??"
+ "description": "终态工作会话保留秒数",
+ "hint": "已完成、失败或取消的工作会话保留时间,默认 3600 秒。"
1193
1194
1195
0 commit comments