feat:splitstore:Splitstore enabled by default (#10429)

Discard mode
---------

Co-authored-by: zenground0 <ZenGround0@users.noreply.github.com>
This commit is contained in:
ZenGround0
2023-03-09 08:37:34 -05:00
committed by GitHub
co-authored by zenground0
parent ab91ab100f
commit c80783dbea
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -89,9 +89,9 @@ func DefaultFullNode() *FullNode {
SimultaneousTransfersForRetrieval: DefaultSimultaneousTransfers,
},
Chainstore: Chainstore{
EnableSplitstore: false,
EnableSplitstore: true,
Splitstore: Splitstore{
ColdStoreType: "messages",
ColdStoreType: "discard",
HotStoreType: "badger",
MarkSetType: "badger",