Addressing comments from author

This commit is contained in:
Rakshit Tiwari 2025-06-15 17:21:56 +05:30
parent 8703b9c2d8
commit a77ad276f1
2 changed files with 8 additions and 8 deletions

View file

@ -188,7 +188,7 @@ export const fileConfig = {
serverFileSizeLimit: defaultSizeLimit,
avatarSizeLimit: mbToBytes(2),
clientSideImageResize: {
enabled: false, // Disabled by default as per Danny's requirement
enabled: false,
maxWidth: 1900,
maxHeight: 1900,
quality: 0.92,