Bump matrix client_max_body_size to 1GB #140
|
@ -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
|
||||||
#
|
#
|
||||||
|
|
|
@ -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
|
|||||||
|
|
|
@ -1 +1 @@
|
||||||
client_max_body_size 50M; # default is 1M
|
client_max_body_size 1G; # default is 1M
|
||||||
samsapti marked this conversation as resolved
samsapti
commented
This too. This too.
|
|||||||
|
|
Loading…
Reference in a new issue
We should revert this.
Why?
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.
Nevermind actually, I think it's fine.