summary refs log tree commit diff
path: root/src/Server.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/Server.ts')
-rw-r--r--src/Server.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Server.ts b/src/Server.ts

index 15868129..57dfa536 100644 --- a/src/Server.ts +++ b/src/Server.ts
@@ -31,8 +31,8 @@ export class CDNServer extends Server { export const multer = multerConfig({ storage: multerConfig.memoryStorage(), limits: { - fields: 0, - files: 1, + fields: 10, + files: 10, fileSize: 1024 * 1024 * 100, // 100 mb }, });