add config option for splitstore moving gc frequency

This commit is contained in:
vyzo
2021-07-26 15:05:57 +03:00
parent fb3986226f
commit 5acae50e07
3 changed files with 5 additions and 2 deletions
+2
View File
@@ -72,6 +72,8 @@ func DefaultFullNode() *FullNode {
ColdStoreType: "universal",
HotStoreType: "badger",
MarkSetType: "map",
HotStoreMovingGCFrequency: 20,
},
},
}
+2 -1
View File
@@ -282,7 +282,8 @@ type Splitstore struct {
HotStoreType string
MarkSetType string
HotStoreMessageRetention uint64
HotStoreMessageRetention uint64
HotStoreMovingGCFrequency uint64
}
// // Full Node