Skip to content

Commit 122929b

Browse files
authored
Merge pull request #734 from hcz/hcz-patch-docs
Add unit for fieldSize in busboy limit params
2 parents 32ec116 + 6aebad3 commit 122929b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ The following integer values are available:
233233
Key | Description | Default
234234
--- | --- | ---
235235
`fieldNameSize` | Max field name size | 100 bytes
236-
`fieldSize` | Max field value size | 1MB
236+
`fieldSize` | Max field value size (in bytes) | 1MB
237237
`fields` | Max number of non-file fields | Infinity
238238
`fileSize` | For multipart forms, the max file size (in bytes) | Infinity
239239
`files` | For multipart forms, the max number of file fields | Infinity

0 commit comments

Comments
 (0)