0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-05-23 21:33:44 +02:00

ircd:Ⓜ️:fetch: Increase default request limit.

This commit is contained in:
Jason Volk 2022-07-04 16:55:24 -07:00
parent b88454e793
commit 6917ec8561

View file

@ -72,7 +72,7 @@ decltype(ircd::m::fetch::requests_max)
ircd::m::fetch::requests_max
{
{ "name", "ircd.m.fetch.requests.max" },
{ "default", 256L },
{ "default", 1024L },
};
decltype(ircd::m::fetch::backfill_limit_default)