mirror of
https://github.com/MetaCubeX/mihomo.git
synced 2024-11-16 19:56:51 +08:00
fix: 当初始化失败时,定时更新失效
This commit is contained in:
parent
5953a4cfb5
commit
0a50209328
|
@ -75,7 +75,7 @@ func (pp *proxySetProvider) Initial() error {
|
||||||
|
|
||||||
pp.onUpdate(elm)
|
pp.onUpdate(elm)
|
||||||
if pp.healthCheck.auto() {
|
if pp.healthCheck.auto() {
|
||||||
go pp.healthCheck.process()
|
defer func() { go pp.healthCheck.process() }()
|
||||||
}
|
}
|
||||||
|
|
||||||
return nil
|
return nil
|
||||||
|
|
Loading…
Reference in New Issue
Block a user