mirror of
https://github.com/MetaCubeX/Clash.Meta.git
synced 2025-04-20 01:00:56 +00:00
fix: 当初始化失败时,定时更新失效
This commit is contained in:
parent
5953a4cfb5
commit
0a50209328
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ func (pp *proxySetProvider) Initial() error {
|
|||
|
||||
pp.onUpdate(elm)
|
||||
if pp.healthCheck.auto() {
|
||||
go pp.healthCheck.process()
|
||||
defer func() { go pp.healthCheck.process() }()
|
||||
}
|
||||
|
||||
return nil
|
||||
|
|
Loading…
Add table
Reference in a new issue