Bump matrix client_max_body_size to 1GB #140
|
@ -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.