Skip to content

Commit

Permalink
Fix the retry delay
Browse files Browse the repository at this point in the history
  • Loading branch information
jdknives committed Oct 22, 2021
1 parent a7a5d3c commit 6ef34d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/servicedisc/autoconnect.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const (
// PublicServiceDelay defines a delay before adding transports to public services.
PublicServiceDelay = 10 * time.Second

fetchServicesDelay = 5 * time.Second
fetchServicesDelay = 3 * time.Minute
maxFailedAddressRetryAttempt = 2
)

Expand Down

0 comments on commit 6ef34d3

Please sign in to comment.