Skip to content

Commit

Permalink
Increase dns-response-wait-time
Browse files Browse the repository at this point in the history
In some cellular networks or with some modems, DNS response can take longer than 5 seconds to arrive.
  • Loading branch information
Kimmo Vaisanen committed Jun 27, 2019
1 parent 201a264 commit df1d36e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion features/netsocket/mbed_lib.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit df1d36e

Please sign in to comment.