fix: remove unneeded health check

This commit is contained in:
wwqgtxx 2023-12-08 07:16:45 +08:00
parent 9ac4738ef9
commit 73e16c912f

View File

@ -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()
}
}()
}