Improve resolver unfailing
This commit is contained in:
@@ -174,7 +174,7 @@ The format is: "protocol://ip:port?parameter=value¶meter=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",
|
||||
|
||||
Reference in New Issue
Block a user