add config option for splitstore moving gc frequency
This commit is contained in:
@@ -72,6 +72,8 @@ func DefaultFullNode() *FullNode {
|
||||
ColdStoreType: "universal",
|
||||
HotStoreType: "badger",
|
||||
MarkSetType: "map",
|
||||
|
||||
HotStoreMovingGCFrequency: 20,
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
@@ -282,7 +282,8 @@ type Splitstore struct {
|
||||
HotStoreType string
|
||||
MarkSetType string
|
||||
|
||||
HotStoreMessageRetention uint64
|
||||
HotStoreMessageRetention uint64
|
||||
HotStoreMovingGCFrequency uint64
|
||||
}
|
||||
|
||||
// // Full Node
|
||||
|
||||
Reference in New Issue
Block a user