chore(expressvpn): bump max fails for updater resolver

This commit is contained in:
Quentin McGaw
2026-03-08 13:33:45 +00:00
parent f7a9ddc48b
commit 3d53cea0f6
@@ -8,9 +8,9 @@ import (
func parallelResolverSettings(hosts []string) (settings resolver.ParallelSettings) {
const (
maxFailRatio = 0.1
maxFailRatio = 0.4
maxNoNew = 1
maxFails = 2
maxFails = 4
)
return resolver.ParallelSettings{
Hosts: hosts,