Recovery should be < 500
This commit is contained in:
parent
c1b0a968ae
commit
2f3c251b00
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user