fix: remove unneeded health check
This commit is contained in:
parent
9ac4738ef9
commit
73e16c912f
1 changed files with 0 additions and 3 deletions
|
@ -313,9 +313,6 @@ func loadProxyProvider(proxyProviders map[string]provider.ProxyProvider) {
|
|||
go func() {
|
||||
defer func() { <-ch; wg.Done() }()
|
||||
loadProvider(proxyProvider)
|
||||
if proxyProvider.VehicleType() == provider.Compatible {
|
||||
go proxyProvider.HealthCheck()
|
||||
}
|
||||
}()
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue