lib/db: Fixup last commit with better key name

This commit is contained in:
Jakob Borg 2020-01-26 15:22:21 +01:00
parent bf4c8439e8
commit 84920bff63
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ const (
blockGCBloomCapacity = 100000
blockGCBloomFalsePositiveRate = 0.01 // 1%
blockGCDefaultInterval = 13 * time.Hour
blockGCTimeKey = "lastGCTime"
blockGCTimeKey = "lastBlockGCTime"
)
var blockGCInterval = blockGCDefaultInterval