feat(privado): update server information

This commit is contained in:
Quentin McGaw
2022-03-16 10:06:10 +00:00
parent 6fc700bd62
commit 21995eb3e3
2 changed files with 627 additions and 893 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -13,9 +13,9 @@ func resolveHosts(ctx context.Context, presolver resolver.Parallel,
warnings []string, err error) { warnings []string, err error) {
const ( const (
maxFailRatio = 0.1 maxFailRatio = 0.1
maxDuration = 3 * time.Second maxDuration = 30 * time.Second
maxNoNew = 1 maxNoNew = 1
maxFails = 2 maxFails = 5
) )
settings := resolver.ParallelSettings{ settings := resolver.ParallelSettings{
MaxFailRatio: maxFailRatio, MaxFailRatio: maxFailRatio,