From c8464dfb6e7f9a13c73e836057a21600ec59fa65 Mon Sep 17 00:00:00 2001 From: ethfoo Date: Thu, 8 Sep 2022 20:09:15 +0800 Subject: [PATCH] Update file.md (#96) --- docs/reference/pipelines/source/file.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/docs/reference/pipelines/source/file.md b/docs/reference/pipelines/source/file.md index 001607c..ed84462 100644 --- a/docs/reference/pipelines/source/file.md +++ b/docs/reference/pipelines/source/file.md @@ -106,12 +106,6 @@ state含义解释: | ----------- | ------ | ---------- | -------- | ------------------------------------------------------------ | | workerCount | int | 非必填 | 1 | 读取文件内容的工作线程(goroutine)数。单节点超过100个文件的时候考虑提高 | -## readChanSize - -| `字段` | `类型` | `是否必填` | `默认值` | `含义` | -| ------------ | ------ | ---------- | -------- | ---------------------- | -| readChanSize | int | 非必填 | 512 | 读取任务的channel size | - ## readBufferSize | `字段` | `类型` | `是否必填` | `默认值` | `含义` |