mirror of https://github.com/loggie-io/docs.git
fix: default file source read chan size
This commit is contained in:
parent
0ec63cea54
commit
a9c20ca9e3
|
@ -44,7 +44,7 @@ file source用于日志采集。
|
|||
|
||||
| `字段` | `类型` | `是否必填` | `默认值` | `含义` |
|
||||
| ------------ | ------ | ---------- | -------- | ---------------------- |
|
||||
| readChanSize | int | 非必填 | 64 | 读取任务的channel size |
|
||||
| readChanSize | int | 非必填 | 512 | 读取任务的channel size |
|
||||
|
||||
## readBufferSize
|
||||
|
||||
|
|
Loading…
Reference in New Issue