mirror of
https://github.com/matrix-org/dendrite.git
synced 2026-01-21 04:53:14 -06:00
Shorten retry count until sending to relay
This commit is contained in:
parent
3066bc2e2b
commit
ed42b252ee
|
|
@ -49,7 +49,7 @@ func (c *FederationAPI) Defaults(opts DefaultOpts) {
|
||||||
c.Database.Defaults(10)
|
c.Database.Defaults(10)
|
||||||
}
|
}
|
||||||
c.FederationMaxRetries = 16
|
c.FederationMaxRetries = 16
|
||||||
c.FederationRetriesUntilAssumedOffline = 3
|
c.FederationRetriesUntilAssumedOffline = 2
|
||||||
c.DisableTLSValidation = false
|
c.DisableTLSValidation = false
|
||||||
c.DisableHTTPKeepalives = false
|
c.DisableHTTPKeepalives = false
|
||||||
if opts.Generate {
|
if opts.Generate {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue