Closed davidism closed 4 weeks ago
We already use SpooledTemporaryFile to write file fields to disk after 500kB. Applying a 500kB limit to non-file form fields in memory is a reasonable default. Also expand the existing documentation about the limits available on Request.
SpooledTemporaryFile
Request
fixes #2964
We already use
SpooledTemporaryFile
to write file fields to disk after 500kB. Applying a 500kB limit to non-file form fields in memory is a reasonable default. Also expand the existing documentation about the limits available onRequest
.fixes #2964