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 210a121 commit 6240809Copy full SHA for 6240809
config/config.go
@@ -311,8 +311,9 @@ func ExcludeGRPCCodesForPessimization(codes ...grpcCodes.Code) Option {
311
}
312
313
314
+// WithDisableOptimisticUnban disabled unban nodes in case of success response just after pessimization.
315
+//
316
// Experimental: https://github.com/ydb-platform/ydb-go-sdk/blob/master/VERSIONING.md#experimental
-// Do not unban node in case of success response just after pessimization.
317
func WithDisableOptimisticUnban() Option {
318
return func(c *Config) {
319
c.disableOptimisticUnban = false
0 commit comments