Details
-
Task
-
Resolution: Fixed
-
Major
-
None
-
None
-
None
-
0
Description
The goal of the WAN config profile is to increase default timeouts used so as to prevent timeouts from happening when connecting to cloud offerings over the internet. The c++ client has some timeouts related to bootstrap that were not included in the original WAN config profile, so we should include those as well.
As a reference, we will use the same values as the C++ client (see this PR and see the config_profile updates).
Update:
- dns_srv_timeout = 20 seconds
- resolve_timeout = 20 seconds
- bootstrap_timeout = 2 minutes