Skip to content

Commit

Permalink
fix(db): cleanup bug not deleting some entries
Browse files Browse the repository at this point in the history
  • Loading branch information
TsotosA committed Aug 2, 2022
1 parent c0b37c2 commit 9003582
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions db.go
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@ func CleanupBucket(bucket string, currentKeys []string) bool {
return false
}
}
existsInFS = false
}
return true
}
Expand Down

0 comments on commit 9003582

Please sign in to comment.