Skip to content

Commit aafb00d

Browse files
add comment
1 parent 23e9c3b commit aafb00d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/pkg/cache/cache.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ func Init() error {
6969
if err != nil {
7070
return fmt.Errorf("save cache encryption key age: %w", err)
7171
}
72+
// cleanup old cache entries as they won't be readable anymore
7273
if err := cleanupCache(); err != nil {
7374
return err
7475
}

0 commit comments

Comments
 (0)