0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-11 06:28:55 +02:00

ircd:Ⓜ️:request: Increase buffer size configured default.

This commit is contained in:
Jason Volk 2020-01-26 17:00:08 -08:00
parent 3f2876303a
commit 6b8730d94f

View file

@ -159,7 +159,7 @@ decltype(ircd::m::request::generate_content_max)
ircd::m::request::generate_content_max
{
{ "name", "ircd.m.request.generate.content_max" },
{ "default", long(1_MiB) },
{ "default", long(4_MiB) },
};
ircd::string_view
@ -249,7 +249,7 @@ decltype(ircd::m::request::verify_content_max)
ircd::m::request::verify_content_max
{
{ "name", "ircd.m.request.verify.content_max" },
{ "default", long(1_MiB) },
{ "default", long(4_MiB) },
};
bool