Skip to content

Commit

Permalink
Increase backoff till we fix the disconnections or optimize error han…
Browse files Browse the repository at this point in the history
…dling
  • Loading branch information
boreq committed Nov 21, 2023
1 parent ee05c1a commit 664a715
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/domain/relays/relay_connection.go
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ func (t ReadMessageError) Is(target error) bool {
}

const (
ReconnectionBackoff = 1 * time.Minute
ReconnectionBackoff = 5 * time.Minute
MaxDialReconnectionBackoff = 30 * time.Minute
)

Expand Down

0 comments on commit 664a715

Please sign in to comment.