Revision 5ed5f14d
Added by Viktor G almost 4 years ago
src/etc/inc/util.inc | ||
---|---|---|
2034 | 2034 |
} |
2035 | 2035 |
|
2036 | 2036 |
function resolve_retry($hostname, $protocol = 'inet') { |
2037 |
$retries = 50;
|
|
2037 |
$retries = 10;
|
|
2038 | 2038 |
$numrecords = 1; |
2039 | 2039 |
$recresult = array(); |
2040 | 2040 |
$returnres = array(); |
Also available in: Unified diff
Set $retries=10 in resolve_retry() to improve resolution timeout. Fixes #12196