From fbb78d50d4db5da0cffdd669101e8665aec02b7f Mon Sep 17 00:00:00 2001 From: nadoo <287492+nadoo@users.noreply.github.com> Date: Tue, 14 Aug 2018 20:01:43 +0800 Subject: [PATCH] strategy: keep default priority as 0 to check all fwders at start time --- strategy/strategy.go | 1 - 1 file changed, 1 deletion(-) diff --git a/strategy/strategy.go b/strategy/strategy.go index fa22028..e47611b 100644 --- a/strategy/strategy.go +++ b/strategy/strategy.go @@ -97,7 +97,6 @@ func newRRDialer(fs []*proxy.Forwarder, website string, interval int) *rrDialer } rr.interval = interval - rr.priority = rr.fwdrs[0].Priority return rr }