We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15230c3 commit e680762Copy full SHA for e680762
README.md
@@ -104,6 +104,6 @@ func main() {
104
## Options
105
* Timeout - timeout for any particular request. If Timeout is zero request any request may block infinitely
106
* Reconnect - timeout for between reconnect attempts. If Reconnect is zero, no reconnects will be performed
107
-* MaxReconnects - maximal number of reconnect failures after that we give it up
+* MaxReconnects - maximal number of reconnect failures after that we give it up. If MaxReconnects is zero, client will try to reconnect endlessly
108
* User - user name to login tarantool
109
* Pass - user password to login tarantool
0 commit comments