mirror of
https://github.com/syncthing/syncthing.git
synced 2025-12-23 22:18:14 -05:00
lib/db: Fixup last commit with better key name
This commit is contained in:
@@ -27,7 +27,7 @@ const (
|
||||
blockGCBloomCapacity = 100000
|
||||
blockGCBloomFalsePositiveRate = 0.01 // 1%
|
||||
blockGCDefaultInterval = 13 * time.Hour
|
||||
blockGCTimeKey = "lastGCTime"
|
||||
blockGCTimeKey = "lastBlockGCTime"
|
||||
)
|
||||
|
||||
var blockGCInterval = blockGCDefaultInterval
|
||||
|
||||
Reference in New Issue
Block a user