Skip to content

Commit ae26d4b

Browse files
asmyasnikovqrort
authored andcommitted
Update config/config.go
1 parent cade40a commit ae26d4b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

config/config.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,8 @@ func ExcludeGRPCCodesForPessimization(codes ...grpcCodes.Code) Option {
311311
}
312312
}
313313

314-
// WithDisableOptimisticUnban disables optimistic unban of nodes after a successful call immediately following pessimization.
314+
// WithDisableOptimisticUnban disables optimistic unban of nodes after a successful call
315+
// immediately following pessimization.
315316
//
316317
// Experimental: https://github.com/ydb-platform/ydb-go-sdk/blob/master/VERSIONING.md#experimental
317318
func WithDisableOptimisticUnban() Option {

0 commit comments

Comments
 (0)