mirror of
https://github.com/matrix-construct/construct
synced 2025-01-14 00:34:18 +01:00
ircd:Ⓜ️:fed: Increase default well-known timeout.
This commit is contained in:
parent
5aa0f875d8
commit
cb310fd75f
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue