mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #10910 from kivaisan/increase_dns_response_wait_time
Increase dns-response-wait-timepull/10928/head
commit
193ba0fdea
|
@ -44,7 +44,7 @@
|
||||||
},
|
},
|
||||||
"dns-response-wait-time": {
|
"dns-response-wait-time": {
|
||||||
"help": "How long the DNS translator waits for a reply from a server in milliseconds",
|
"help": "How long the DNS translator waits for a reply from a server in milliseconds",
|
||||||
"value": 5000
|
"value": 10000
|
||||||
},
|
},
|
||||||
"dns-total-attempts": {
|
"dns-total-attempts": {
|
||||||
"help": "Number of total DNS query attempts that the DNS translator makes",
|
"help": "Number of total DNS query attempts that the DNS translator makes",
|
||||||
|
|
Loading…
Reference in New Issue