mirror of
https://github.com/nadoo/glider.git
synced 2025-02-24 01:45:39 +08:00
strategy: keep default priority as 0 to check all fwders at start time
This commit is contained in:
parent
4967f0bd36
commit
fbb78d50d4
@ -97,7 +97,6 @@ func newRRDialer(fs []*proxy.Forwarder, website string, interval int) *rrDialer
|
|||||||
}
|
}
|
||||||
|
|
||||||
rr.interval = interval
|
rr.interval = interval
|
||||||
rr.priority = rr.fwdrs[0].Priority
|
|
||||||
|
|
||||||
return rr
|
return rr
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user