Skip to content

Commit

Permalink
Recovery should be < 500
Browse files Browse the repository at this point in the history
  • Loading branch information
asim committed Nov 3, 2019
1 parent c1b0a96 commit 2f3c251
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion router/default.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const (
// AdvertSuppress is advert suppression threshold
AdvertSuppress = 2000.0
// AdvertRecover is advert recovery threshold
AdvertRecover = 1000.0
AdvertRecover = 500.0
// DefaultAdvertTTL is default advertisement TTL
DefaultAdvertTTL = 1 * time.Minute
// Penalty for routes processed multiple times
Expand Down

0 comments on commit 2f3c251

Please sign in to comment.