Skip to content
This repository was archived by the owner on Mar 10, 2026. It is now read-only.

Commit 39d7031

Browse files
committed
update matrix upload size limit
1 parent 058b1cf commit 39d7031

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

matrix/app_of_apps_with_bridges/matrix_argocd_appset.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,10 +92,10 @@ spec:
9292
# -- Settings related to image and multimedia uploads
9393
uploads:
9494
# -- Max upload size in bytes
95-
maxSize: 10M
95+
maxSize: 100M
9696

9797
# -- Max image size in pixels
98-
maxPixels: 32M
98+
maxPixels: 64M
9999

100100
serve_server_wellknown: true
101101

0 commit comments

Comments
 (0)