mirror of
https://github.com/matrix-org/dendrite.git
synced 2026-01-17 02:53:11 -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.FederationMaxRetries = 16
|
||||
c.FederationRetriesUntilAssumedOffline = 3
|
||||
c.FederationRetriesUntilAssumedOffline = 2
|
||||
c.DisableTLSValidation = false
|
||||
c.DisableHTTPKeepalives = false
|
||||
if opts.Generate {
|
||||
|
|
|
|||
Loading…
Reference in a new issue