mirror of
https://github.com/octoleo/syncthing.git
synced 2024-11-08 22:31:04 +00:00
lib/db: Fixup last commit with better key name
This commit is contained in:
parent
bf4c8439e8
commit
84920bff63
@ -27,7 +27,7 @@ const (
|
|||||||
blockGCBloomCapacity = 100000
|
blockGCBloomCapacity = 100000
|
||||||
blockGCBloomFalsePositiveRate = 0.01 // 1%
|
blockGCBloomFalsePositiveRate = 0.01 // 1%
|
||||||
blockGCDefaultInterval = 13 * time.Hour
|
blockGCDefaultInterval = 13 * time.Hour
|
||||||
blockGCTimeKey = "lastGCTime"
|
blockGCTimeKey = "lastBlockGCTime"
|
||||||
)
|
)
|
||||||
|
|
||||||
var blockGCInterval = blockGCDefaultInterval
|
var blockGCInterval = blockGCDefaultInterval
|
||||||
|
Loading…
Reference in New Issue
Block a user