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 309cf99 commit a81ae9eCopy full SHA for a81ae9e
config/config.go
@@ -312,7 +312,7 @@ func ExcludeGRPCCodesForPessimization(codes ...grpcCodes.Code) Option {
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
317
func WithDisableOptimisticUnban() Option {
318
return func(c *Config) {
0 commit comments