Skip to content

Commit

Permalink
Fix typo in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rybakit committed Jun 13, 2019
1 parent 4724179 commit da41962
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ Name | Type | Default | Description
*uri* | string | 'tcp://127.0.0.1:3301' | The connection uri that is used to create a `StreamConnection` object.
*connect_timeout* | integer | 5 | The number of seconds that the client waits for a connect to a Tarantool server before throwing a `ConnectionFailed` exception.
*socket_timeout* | integer | 5 | The number of seconds that the client waits for a respond from a Tarantool server before throwing a `CommunicationFailed` exception.
*tcp_nodelay* | boolean | true | Whether the Nagle algorithm is disabled on TPC connections.
*tcp_nodelay* | boolean | true | Whether the Nagle algorithm is disabled on a TCP connection.
*username* | string | | The username for the user being authenticated.
*password* | string | '' | The password for the user being authenticated. If the username is not set, this option will be ignored.
*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.
Expand Down

0 comments on commit da41962

Please sign in to comment.