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