Skip to content

Commit ac89c44

Browse files
committed
Merge pull request #312 from iliakan/patch-1
Fix incorrect description of maxFieldsSize
2 parents 302a7af + fbc6416 commit ac89c44

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
@@ -102,7 +102,7 @@ Either 'multipart' or 'urlencoded' depending on the incoming request.
102102
```javascript
103103
form.maxFieldsSize = 2 * 1024 * 1024;
104104
```
105-
Limits the amount of memory a field (not file) can allocate in bytes.
105+
Limits the amount of memory all fields together (except files) can allocate in bytes.
106106
If this value is exceeded, an `'error'` event is emitted. The default
107107
size is 2MB.
108108

0 commit comments

Comments
 (0)