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 dd9ca52 commit a85beccCopy full SHA for a85becc
options.go
@@ -355,6 +355,10 @@ func (opt *Options) init() {
355
opt.MaxRetryBackoff = 512 * time.Millisecond
356
}
357
358
+ if opt.FailingTimeoutSeconds == 0 {
359
+ opt.FailingTimeoutSeconds = 15
360
+ }
361
+
362
opt.MaintNotificationsConfig = opt.MaintNotificationsConfig.ApplyDefaultsWithPoolConfig(opt.PoolSize, opt.MaxActiveConns)
363
364
// auto-detect endpoint type if not specified
0 commit comments