0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2025-01-13 16:33:53 +01:00

modules/client/keys/claim: Increase default timeouts quia synapse.

This commit is contained in:
Jason Volk 2020-04-09 23:34:09 -07:00
parent 433a3b3007
commit a6ee1a3cec

View file

@ -101,7 +101,7 @@ conf::item<milliseconds>
claim_timeout_default
{
{ "name", "ircd.client.keys.claim.timeout.default" },
{ "default", 10000L },
{ "default", 20000L },
};
conf::item<milliseconds>
@ -115,7 +115,7 @@ conf::item<milliseconds>
claim_timeout_max
{
{ "name", "ircd.client.keys.claim.timeout.max" },
{ "default", 20000L },
{ "default", 30000L },
};
m::resource::response