Skip to content

Commit 4230692

Browse files
committed
little cleanup
1 parent a25b8ee commit 4230692

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

pkg/storage/cache/cache.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ func New(db *badger.DB, bound int, prefix string) *Cache {
3434
lfu: l,
3535
prefix: prefix,
3636
cleanupDone: make(chan struct{}),
37-
// TODO: fix this, should work without this thing
38-
// alwaysSave: true,
3937
}
4038
go func() {
4139
for {

0 commit comments

Comments
 (0)