We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 302a7af + fbc6416 commit ac89c44Copy full SHA for ac89c44
Readme.md
@@ -102,7 +102,7 @@ Either 'multipart' or 'urlencoded' depending on the incoming request.
102
```javascript
103
form.maxFieldsSize = 2 * 1024 * 1024;
104
```
105
-Limits the amount of memory a field (not file) can allocate in bytes.
+Limits the amount of memory all fields together (except files) can allocate in bytes.
106
If this value is exceeded, an `'error'` event is emitted. The default
107
size is 2MB.
108
0 commit comments