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 72e5988 commit 9c56dbdCopy full SHA for 9c56dbd
options.go
@@ -58,7 +58,7 @@ type Options struct {
58
DB int
59
60
// Maximum number of retries before giving up.
61
- // Default is 3 retries.
+ // Default is 3 retries; -1 (not 0) disables retries.
62
MaxRetries int
63
// Minimum backoff between each retry.
64
// Default is 8 milliseconds; -1 disables backoff.
0 commit comments