summary refs log tree commit diff
path: root/src/util
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2025-09-23 21:41:37 +0200
committerRory& <root@rory.gay>2025-09-29 18:38:06 +0200
commitac807dcf8d71dc8d5ee7f8fd344497b6c640ea4d (patch)
tree3a0d4858b23b0c645c94fa7715e2720a2d70dd44 /src/util
parentFix upload filename (diff)
downloadserver-ts-ac807dcf8d71dc8d5ee7f8fd344497b6c640ea4d.tar.xz
Fix uploads?
Diffstat (limited to 'src/util')
-rw-r--r--src/util/config/types/CdnConfiguration.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util/config/types/CdnConfiguration.ts b/src/util/config/types/CdnConfiguration.ts

index b0121c37..e821e7ab 100644 --- a/src/util/config/types/CdnConfiguration.ts +++ b/src/util/config/types/CdnConfiguration.ts
@@ -23,4 +23,5 @@ export class CdnConfiguration extends EndpointConfiguration { resizeWidthMax: number = 1000; imagorServerUrl: string | null = null; proxyCacheHeaderSeconds: number = 60 * 60 * 24; + maxAttachmentSize: number = 25 * 1024 * 1024; // 25 MB }