fix: default file source read chan size

This commit is contained in:
mmaxiaolei 2022-03-23 11:16:11 +08:00
parent 0ec63cea54
commit a9c20ca9e3
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ file source用于日志采集。
| `字段` | `类型` | `是否必填` | `默认值` | `含义` |
| ------------ | ------ | ---------- | -------- | ---------------------- |
| readChanSize | int | 非必填 | 64 | 读取任务的channel size |
| readChanSize | int | 非必填 | 512 | 读取任务的channel size |
## readBufferSize