set Connection Timeout
Sets the connect timeout for socket connection managed by connect, reconnect or internal reconnection tries. When the resolver returns multiple IPs, this value is applied to each IP connection attempt separately, and the whole-connection budget across all IP attempts is 2.5x of this value (e.g. 10s -> 25s). The default value is 10 seconds.
Parameters
connection Timeout
Timeout in seconds. It must be greater than 0. Otherwise, the default value (10 seconds) will be set.