From 2f3c251b00548f80c2387a05bc28ab18888f986b Mon Sep 17 00:00:00 2001 From: Asim Aslam Date: Sun, 3 Nov 2019 17:10:00 +0000 Subject: [PATCH] Recovery should be < 500 --- router/default.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/router/default.go b/router/default.go index ec486536..9aca4ec0 100644 --- a/router/default.go +++ b/router/default.go @@ -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