Skip to content

Commit 8dc50d4

Browse files
dcherednikasmyasnikov
authored andcommitted
Update config/config.go
Co-authored-by: Aleksey Myasnikov <[email protected]>
1 parent 6240809 commit 8dc50d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ func ExcludeGRPCCodesForPessimization(codes ...grpcCodes.Code) Option {
316316
// Experimental: https://github.com/ydb-platform/ydb-go-sdk/blob/master/VERSIONING.md#experimental
317317
func WithDisableOptimisticUnban() Option {
318318
return func(c *Config) {
319-
c.disableOptimisticUnban = false
319+
c.disableOptimisticUnban = true
320320
}
321321
}
322322

0 commit comments

Comments
 (0)