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 cade40a commit ae26d4bCopy full SHA for ae26d4b
config/config.go
@@ -311,7 +311,8 @@ func ExcludeGRPCCodesForPessimization(codes ...grpcCodes.Code) Option {
311
}
312
313
314
-// WithDisableOptimisticUnban disables optimistic unban of nodes after a successful call immediately following pessimization.
+// WithDisableOptimisticUnban disables optimistic unban of nodes after a successful call
315
+// immediately following pessimization.
316
//
317
// Experimental: https://github.com/ydb-platform/ydb-go-sdk/blob/master/VERSIONING.md#experimental
318
func WithDisableOptimisticUnban() Option {
0 commit comments