0
0
Fork 0
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:
Jason Volk 2018-02-10 21:28:49 -08:00
parent ca0e488ea5
commit e3c419d25d

View file

@ -155,7 +155,8 @@ resource::method method_put
{
send_resource, "PUT", handle_put,
{
method_put.VERIFY_ORIGIN
method_put.VERIFY_ORIGIN,
4_MiB // larger = HTTP 413 //TODO: conf
}
};