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
This commit changes meanging of the `retry_count` option: now it means
amount of attempts to connect after the first one, not overall attempts
count.
Closestarantool#83
Copy file name to clipboardExpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -67,7 +67,7 @@ Place it into project library path in your IDE.
67
67
68
68
*`tarantool.persistent` - Enable persistent connections (don't close connections between sessions) (defaults: True, **can't be changed in runtime**)
69
69
*`tarantool.timeout` - Connection timeout (defaults: 10 seconds, can be changed in runtime)
70
-
*`tarantool.retry_count` - Count of retries for connecting (defaults: 1, can be changed in runtime)
70
+
*`tarantool.retry_count` - Count of retries for connecting (defaults: 0, can be changed in runtime). 0 means do not retry in case the connection was failed the first time.
71
71
*`tarantool.retry_sleep` - Sleep between connecting retries (defaults: 0.1 second, can be changed in runtime)
72
72
*`tarantool.request_timeout` - Read/write timeout for requests (defaults: 10 second, can be changed in runtime)
0 commit comments