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: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -108,7 +108,7 @@ Name | Type | Default | Description
108
108
*uri* | string | 'tcp://127.0.0.1:3301' | The connection uri that is used to create a `StreamConnection` object.
109
109
*connect_timeout* | integer | 5 | The number of seconds that the client waits for a connect to a Tarantool server before throwing a `ConnectionFailed` exception.
110
110
*socket_timeout* | integer | 5 | The number of seconds that the client waits for a respond from a Tarantool server before throwing a `CommunicationFailed` exception.
111
-
*tcp_nodelay* | boolean | true | Whether the Nagle algorithm is disabled on TPC connections.
111
+
*tcp_nodelay* | boolean | true | Whether the Nagle algorithm is disabled on a TCP connection.
112
112
*username* | string | | The username for the user being authenticated.
113
113
*password* | string | '' | The password for the user being authenticated. If the username is not set, this option will be ignored.
114
114
*max_retries* | integer | 0 | The number of times the client retries unsuccessful request. If set to 0, the client does not try to resend the request after the initial unsuccessful attempt.
0 commit comments