0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-07-01 08:18:20 +02:00

ircd:Ⓜ️:fed: Increase default well-known timeout.

This commit is contained in:
Jason Volk 2020-05-23 01:51:56 -07:00
parent 5aa0f875d8
commit cb310fd75f

View file

@ -1675,7 +1675,7 @@ ircd::conf::item<ircd::seconds>
well_known_fetch_timeout
{
{ "name", "ircd.m.fed.well-known.fetch.timeout" },
{ "default", 8L },
{ "default", 15L },
};
ircd::conf::item<size_t>