docs: fix max batch size desc

This commit is contained in:
Zaiming (Stone) Shi 2023-03-31 12:35:27 +02:00
parent 1c799af065
commit bcde52383b
1 changed files with 4 additions and 4 deletions

View File

@ -149,11 +149,11 @@ When disabled the messages are buffered in RAM only."""
batch_size {
desc {
en: """Maximum batch count. If equal to 1, there's effectively no batching."""
zh: """批量请求大小。如果设为1则无批处理。"""
zh: """最大批量请求大小。如果设为1则无批处理。"""
}
label {
en: """Batch size"""
zh: """批量请求大小"""
en: """Max batch size"""
zh: """最大批量请求大小"""
}
}
@ -163,7 +163,7 @@ When disabled the messages are buffered in RAM only."""
zh: """在较低消息率情况下尝试累积批量输出时的最大等待间隔,以提高资源的利用率。"""
}
label {
en: """Max Batch Wait Time"""
en: """Max batch wait time"""
zh: """批量等待最大间隔"""
}
}