Bump matrix client_max_body_size to 1GB #140

Merged
samsapti merged 2 commits from matrix-client-max-body-size into main 2023-01-06 13:22:58 +00:00
3 changed files with 3 additions and 3 deletions

View file

@ -416,7 +416,7 @@ uploads_path: "/data/uploads"
# The largest allowed upload size in bytes # The largest allowed upload size in bytes
# #
max_upload_size: "50M" max_upload_size: "512M"
# Maximum number of pixels that will be thumbnailed # Maximum number of pixels that will be thumbnailed
# #

View file

@ -1,2 +1,2 @@
listen 8008; listen 8008;
client_max_body_size 50M; # default is 1M client_max_body_size 1G; # default is 1M
samsapti marked this conversation as resolved
Review

We should revert this.

We should revert this.
Review

Why?

Why?
Review

Because I think 50M is sufficient. Additionally, it wasn't that change that fixed the issue. Let's leave it at 50M if it doesn't create any issues.

Because I think 50M is sufficient. Additionally, it wasn't that change that fixed the issue. Let's leave it at 50M if it doesn't create any issues.
Review

Nevermind actually, I think it's fine.

Nevermind actually, I think it's fine.

View file

@ -1 +1 @@
client_max_body_size 50M; # default is 1M client_max_body_size 1G; # default is 1M
samsapti marked this conversation as resolved
Review

This too.

This too.