Skip to content

Commit

Permalink
opt: update EnableSplitstore to false
Browse files Browse the repository at this point in the history
  • Loading branch information
simlecode committed Jan 10, 2024
1 parent 27c6a46 commit 380a114
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/config/def.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ func DefaultFullNode() *FullNode {
SimultaneousTransfersForRetrieval: DefaultSimultaneousTransfers,
},
Chainstore: Chainstore{
EnableSplitstore: true,
EnableSplitstore: false,
Splitstore: Splitstore{
ColdStoreType: "discard",
HotStoreType: "badger",
Expand Down

0 comments on commit 380a114

Please sign in to comment.