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 ca1b042 commit d5715c7Copy full SHA for d5715c7
batch.go
@@ -74,7 +74,6 @@ func (b *BatchWithFlusher) Delete(key []byte) error {
74
75
batchSizeAfter, err := b.estimateSizeAfterSetting(key, []byte{})
76
if err != nil {
77
- b.mtx.Unlock()
78
return err
79
}
80
if batchSizeAfter > b.flushThreshold {
0 commit comments