mirror of
https://github.com/qdm12/gluetun.git
synced 2026-05-09 20:29:23 +02:00
chore(expressvpn): bump max fails for updater resolver
This commit is contained in:
@@ -8,9 +8,9 @@ import (
|
|||||||
|
|
||||||
func parallelResolverSettings(hosts []string) (settings resolver.ParallelSettings) {
|
func parallelResolverSettings(hosts []string) (settings resolver.ParallelSettings) {
|
||||||
const (
|
const (
|
||||||
maxFailRatio = 0.1
|
maxFailRatio = 0.4
|
||||||
maxNoNew = 1
|
maxNoNew = 1
|
||||||
maxFails = 2
|
maxFails = 4
|
||||||
)
|
)
|
||||||
return resolver.ParallelSettings{
|
return resolver.ParallelSettings{
|
||||||
Hosts: hosts,
|
Hosts: hosts,
|
||||||
|
|||||||
Reference in New Issue
Block a user