You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: administration/networking.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -78,7 +78,7 @@ that rely on networking I/O:
78
78
79
79
| Property | Description | Default |
80
80
| :------- |:------------|:--------|
81
-
|`net.connect_timeout`| Set maximum time expressed in seconds to wait for a TCP connection to be established, this include the TLS handshake time. |`10`|
81
+
|`net.connect_timeout`| Set maximum time expressed in seconds to wait for a TCP connection to be established, this includes the TLS handshake time. |`10`|
82
82
|`net.connect_timeout_log_error`| On connection timeout, specify if it should log an error. When disabled, the timeout is logged as a debug message. |`true`|
83
83
|`net.dns.mode`| Select the primary DNS connection type (TCP or UDP). Can be set in the [SERVICE] section and overridden on a per plugin basis if desired. |_none_|
84
84
|`net.dns.prefer_ipv4`| Prioritize IPv4 DNS results when trying to establish a connection. |`false`|
0 commit comments