File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -309,10 +309,14 @@ fuzzyMultipartCTCheck ct
309
309
--
310
310
-- 'generalOptions' lets you specify mostly multipart parsing
311
311
-- related options, such as the maximum file size, while
312
- -- 'options' lets you configure aspects specific to
313
- -- the temporary file backend. See haddocks for
314
- -- 'ParseRequestBodyOptions' and 'TmpBackendOptions' respectively
315
- -- for more information on what you can tweak.
312
+ -- 'options' lets you configure aspects specific to the chosen
313
+ -- backend. Note: there isn't anything to tweak in a memory
314
+ -- backend ('Mem'). Maximum file size etc. options are in
315
+ -- 'ParseRequestBodyOptions'.
316
+ --
317
+ -- See haddocks for 'ParseRequestBodyOptions' and
318
+ -- 'TmpBackendOptions' respectively for more information on
319
+ -- what you can tweak.
316
320
data MultipartOptions tag = MultipartOptions
317
321
{ generalOptions :: ParseRequestBodyOptions
318
322
, options :: MultipartBackendOptions tag
You can’t perform that action at this time.
0 commit comments