Update file.md (#96)

This commit is contained in:
ethfoo 2022-09-08 20:09:15 +08:00 committed by GitHub
parent 00c891dfec
commit c8464dfb6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 6 deletions

View File

@ -106,12 +106,6 @@ state含义解释
| ----------- | ------ | ---------- | -------- | ------------------------------------------------------------ |
| workerCount | int | 非必填 | 1 | 读取文件内容的工作线程(goroutine)数。单节点超过100个文件的时候考虑提高 |
## readChanSize
| `字段` | `类型` | `是否必填` | `默认值` | `含义` |
| ------------ | ------ | ---------- | -------- | ---------------------- |
| readChanSize | int | 非必填 | 512 | 读取任务的channel size |
## readBufferSize
| `字段` | `类型` | `是否必填` | `默认值` | `含义` |