Skip to content

Commit df1d36e

Browse files
author
Kimmo Vaisanen
committed
Increase dns-response-wait-time
In some cellular networks or with some modems, DNS response can take longer than 5 seconds to arrive.
1 parent 201a264 commit df1d36e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/netsocket/mbed_lib.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
},
4545
"dns-response-wait-time": {
4646
"help": "How long the DNS translator waits for a reply from a server in milliseconds",
47-
"value": 5000
47+
"value": 10000
4848
},
4949
"dns-total-attempts": {
5050
"help": "Number of total DNS query attempts that the DNS translator makes",

0 commit comments

Comments
 (0)