summary refs log tree commit diff
path: root/src/Server.ts
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-05-30 01:44:46 +0200
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-05-30 01:44:46 +0200
commite87bebc3a3bd3b9408aca527b374f703c980070b (patch)
treef2a813d8bd86a427f4731ef453c522eaeac52b6f /src/Server.ts
parent:sparkles: avatars (diff)
downloadserver-e87bebc3a3bd3b9408aca527b374f703c980070b.tar.xz
:sparkles: avatars + attachments
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 }, });