Shorten retry count until sending to relay

This commit is contained in:
Devon Hudson 2022-12-15 14:28:18 -07:00
parent 3066bc2e2b
commit ed42b252ee
No known key found for this signature in database
GPG key ID: CD06B18E77F6A628

View file

@ -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 {