make cfgdoc-gen

This commit is contained in:
vyzo 2021-07-27 12:13:26 +03:00
parent da3e36acdc
commit 7c195245a1

View File

@ -710,11 +710,11 @@ It can be "map" (default) for in memory marking or "badger" for on-disk marking.
the compaction boundary; default is 0.`, the compaction boundary; default is 0.`,
}, },
{ {
Name: "HotStoreMovingGCFrequency", Name: "HotStoreFullGCFrequency",
Type: "uint64", Type: "uint64",
Comment: `HotStoreMovingGCFrequency specifies how often to perform moving GC on the hotstore. Comment: `HotStoreFullGCFrequency specifies how often to perform a full (moving) GC on the hotstore.
A value of 0 disables, while a value 1 will do moving GC in every compaction. A value of 0 disables, while a value 1 will do full GC in every compaction.
Default is 20 (about once a week).`, Default is 20 (about once a week).`,
}, },
}, },