We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a25b8ee commit 4230692Copy full SHA for 4230692
1 file changed
pkg/storage/cache/cache.go
@@ -34,8 +34,6 @@ func New(db *badger.DB, bound int, prefix string) *Cache {
34
lfu: l,
35
prefix: prefix,
36
cleanupDone: make(chan struct{}),
37
- // TODO: fix this, should work without this thing
38
- // alwaysSave: true,
39
}
40
go func() {
41
for {
0 commit comments