Skip to content

Commit e68e3b5

Browse files
committed
10GB
1 parent e4d3830 commit e68e3b5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

js/network/forms/formHandler.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ const server = http.createServer((request, response) => {
6666
multiples: true,
6767
uploadDir: `${__dirname}/${upload}`,
6868
keepExtensions: true,
69-
maxFileSize: 10**6,
69+
maxFileSize: 10**10,
7070
maxFields: 0, // 0 makes it infinite,
7171
maxFieldsSize: 10 ** 6
7272
});

js/network/forms/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)