Update maxbytes.md (#124)

This commit is contained in:
ethfoo 2022-12-19 09:57:00 +08:00 committed by GitHub
parent 8c889e20d2
commit 48254471a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -15,4 +15,4 @@
| `字段` | `类型` | `是否必填` | `默认值` | `含义` |
| ---------- | ----------- | ----------- | --------- | -------- |
| maxBytes | int | 非必填 | | 单行最大字节个数,超出的部分将会被丢弃 |
| maxBytes | int | 非必填 | 131072(128KB) | 单行最大字节个数,超出的部分将会被丢弃 |