Improve resolver unfailing

This commit is contained in:
Daniel
2021-03-29 17:12:47 +02:00
parent 986e868c27
commit 18617fc617
7 changed files with 52 additions and 3 deletions

View File

@@ -174,7 +174,7 @@ The format is: "protocol://ip:port?parameter=value&parameter=value"
if err != nil {
return err
}
nameserverRetryRate = config.Concurrent.GetAsInt(CfgOptionNameserverRetryRateKey, 600)
nameserverRetryRate = config.Concurrent.GetAsInt(CfgOptionNameserverRetryRateKey, 300)
err = config.Register(&config.Option{
Name: "Ignore System/Network Servers",