diff --git a/std/mime/multipart.ts b/std/mime/multipart.ts index cca233f680..abe46f8201 100644 --- a/std/mime/multipart.ts +++ b/std/mime/multipart.ts @@ -279,7 +279,7 @@ export class MultipartReader { * overflowed file data will be written to temporal files. * String field values are never written to files. * null value means parsing or writing to file was failed in some reason. - * @param maxMemory maximum memory size to store file in memory. bytes. @default 1048576 (1MB) + * @param maxMemory maximum memory size to store file in memory. bytes. @default 10485760 (10MB) * */ async readForm(maxMemory = 10 << 20): Promise { const fileMap = new Map();