Skip to content

Commit

Permalink
Add unit for fieldSize in busboy limit params
Browse files Browse the repository at this point in the history
  • Loading branch information
hcz authored Apr 17, 2019
1 parent 6d394d3 commit 6aebad3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ The following integer values are available:
Key | Description | Default
--- | --- | ---
`fieldNameSize` | Max field name size | 100 bytes
`fieldSize` | Max field value size | 1MB
`fieldSize` | Max field value size (in bytes) | 1MB
`fields` | Max number of non-file fields | Infinity
`fileSize` | For multipart forms, the max file size (in bytes) | Infinity
`files` | For multipart forms, the max number of file fields | Infinity
Expand Down

0 comments on commit 6aebad3

Please sign in to comment.