fix.
parent
97a76e6bdb
commit
983a92323f
|
@ -389,7 +389,7 @@ func (p *SeriesPartition) EnableCompactions() {
|
|||
if p.compactionsEnabled() {
|
||||
return
|
||||
}
|
||||
p.compactionsDisabled++
|
||||
p.compactionsDisabled--
|
||||
}
|
||||
|
||||
func (p *SeriesPartition) compactionsEnabled() bool {
|
||||
|
|
Loading…
Reference in New Issue