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:
parent
433a3b3007
commit
a6ee1a3cec
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue