We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a91eb55 commit 31238ecCopy full SHA for 31238ec
p2p/kademlia/store/sqlite/meta_worker.go
@@ -20,13 +20,13 @@ import (
20
21
var (
22
commitLastAccessedInterval = 60 * time.Second
23
- migrationExecutionTicker = 1 * time.Minute
+ migrationExecutionTicker = 12 * time.Hour
24
migrationMetaDB = "data001-migration-meta.sqlite3"
25
accessUpdateBufferSize = 100000
26
commitInsertsInterval = 90 * time.Second
27
metaSyncBatchSize = 10000
28
lowSpaceThresholdGB = 50 // in GB
29
- minKeysToMigrate = 5
+ minKeysToMigrate = 100
30
31
updateChannel chan UpdateMessage
32
insertChannel chan UpdateMessage
0 commit comments