Increase dns-response-wait-time

In some cellular networks or with some modems, DNS response can take longer than 5 seconds to arrive.
pull/10910/head
Kimmo Vaisanen 2019-06-27 15:24:40 +03:00
parent 201a264051
commit df1d36ebb2
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@
},
"dns-response-wait-time": {
"help": "How long the DNS translator waits for a reply from a server in milliseconds",
"value": 5000
"value": 10000
},
"dns-total-attempts": {
"help": "Number of total DNS query attempts that the DNS translator makes",