0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-16 17:08:20 +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 ircd::m::fetch::requests_max
{ {
{ "name", "ircd.m.fetch.requests.max" }, { "name", "ircd.m.fetch.requests.max" },
{ "default", 256L }, { "default", 1024L },
}; };
decltype(ircd::m::fetch::backfill_limit_default) decltype(ircd::m::fetch::backfill_limit_default)