mirror of
https://github.com/anikeen-com/yaac.git
synced 2026-03-13 13:46:10 +00:00
changed backoff factor for DNS validation
This commit is contained in:
@@ -441,7 +441,7 @@ class Client
|
||||
}
|
||||
}
|
||||
}
|
||||
sleep(ceil(30 / $maxAttempts));
|
||||
sleep(ceil(45 / $maxAttempts));
|
||||
$maxAttempts--;
|
||||
} while ($maxAttempts > 0);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user