Skip to content

Commit

Permalink
Merge pull request #800 from ersonp/route-finder-retry
Browse files Browse the repository at this point in the history
Change rt retryduration from 10s to 2s
  • Loading branch information
jdknives authored Jun 9, 2021
2 parents fce0ef3 + 91ed756 commit 5eba16d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/router/router.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const (

minHops = 0
maxHops = 50
retryDuration = 10 * time.Second
retryDuration = 2 * time.Second
retryInterval = 500 * time.Millisecond
)

Expand Down

0 comments on commit 5eba16d

Please sign in to comment.