changed backoff factor for DNS validation

This commit is contained in:
peterbakker
2020-03-19 19:41:20 +01:00
parent 98d07ff83c
commit 6455a33db1

View File

@@ -441,7 +441,7 @@ class Client
}
}
}
sleep(ceil(30 / $maxAttempts));
sleep(ceil(45 / $maxAttempts));
$maxAttempts--;
} while ($maxAttempts > 0);