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 6240809 commit 8dc50d4Copy full SHA for 8dc50d4
config/config.go
@@ -316,7 +316,7 @@ func ExcludeGRPCCodesForPessimization(codes ...grpcCodes.Code) Option {
316
// Experimental: https://github.com/ydb-platform/ydb-go-sdk/blob/master/VERSIONING.md#experimental
317
func WithDisableOptimisticUnban() Option {
318
return func(c *Config) {
319
- c.disableOptimisticUnban = false
+ c.disableOptimisticUnban = true
320
}
321
322
0 commit comments