mirror of
https://github.com/matrix-construct/construct
synced 2024-11-25 08:12:37 +01:00
modules/federation/send: Increase the PUT payload_max.
This commit is contained in:
parent
ca0e488ea5
commit
e3c419d25d
1 changed files with 2 additions and 1 deletions
|
@ -155,7 +155,8 @@ resource::method method_put
|
||||||
{
|
{
|
||||||
send_resource, "PUT", handle_put,
|
send_resource, "PUT", handle_put,
|
||||||
{
|
{
|
||||||
method_put.VERIFY_ORIGIN
|
method_put.VERIFY_ORIGIN,
|
||||||
|
4_MiB // larger = HTTP 413 //TODO: conf
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue