mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-03-01 13:50:19 +01:00
Addressing comments from author
This commit is contained in:
parent
8703b9c2d8
commit
a77ad276f1
2 changed files with 8 additions and 8 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue