explicitly switch marksets for concurrent marking

this has very noticeable impact in initial marking time; it also allows us
to get rid of the confusing ts monikers.
This commit is contained in:
vyzo
2021-07-09 04:26:36 +03:00
parent b6611125b6
commit abdf4a161a
5 changed files with 22 additions and 20 deletions
+1 -1
View File
@@ -304,7 +304,7 @@ func DefaultFullNode() *FullNode {
Splitstore: Splitstore{
ColdStoreType: "universal",
HotStoreType: "badger",
MarkSetType: "mapts",
MarkSetType: "map",
},
},
}