We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad2460e commit 1164517Copy full SHA for 1164517
i18n/zh/docusaurus-plugin-content-docs/current/Intra-node/schedule.mdx
@@ -43,7 +43,7 @@ max="1&4&8"
43
### 初始化
44
| | 功能 | 备注 |
45
|------------------|-----------------------------|-------------------------------------------------------------------------|
46
-| batching_timeout | 凑batch超时时间,默认为0(毫秒) | 不接受`&`语法; 不需要凑batch时不生效 |
+| batching_timeout | 凑batch超时时间(毫秒) | 不接受`&`语法; 不需要凑batch时不生效 |
47
| instance_num | 实例数目 | instance_num与后端的max()的乘积一般设置为略小于需要的最大同时处理的数据量 |
48
| backend | 真正的运算后端 | 通过min()/max()函数提供数据输入范围 |
49
@@ -90,4 +90,4 @@ flowchart LR
90
91
92
import Tabs from '@theme/Tabs';
93
-import TabItem from '@theme/TabItem';
+import TabItem from '@theme/TabItem';
0 commit comments