mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[fix] Typo in comments
This commit is contained in:
parent
8829e2ccce
commit
75d2f71d1a
1 changed files with 1 additions and 1 deletions
|
@ -176,7 +176,7 @@ def dig(
|
|||
# In diagnosis dnsrecords, with 10 domains this means at least 12min, too long.
|
||||
resolver.timeout = 1.0
|
||||
# resolver.lifetime is the timeout for resolver.query()
|
||||
# By default set it to 7 seconds to allow 6 resolvers to be unreachable.
|
||||
# By default set it to 5 seconds to allow 4 resolvers to be unreachable.
|
||||
resolver.lifetime = timeout
|
||||
try:
|
||||
answers = resolver.query(qname, rdtype)
|
||||
|
|
Loading…
Add table
Reference in a new issue