decrease CompactionThreshold to 3 finalities

This commit is contained in:
vyzo 2021-03-14 11:06:00 +02:00
parent e3cbeec6ee
commit d7ceef104e

View File

@ -42,7 +42,7 @@ var (
// === :: cold (already archived) // === :: cold (already archived)
// ≡≡≡ :: to be archived in this compaction // ≡≡≡ :: to be archived in this compaction
// --- :: hot // --- :: hot
CompactionThreshold = 5 * build.Finality CompactionThreshold = 3 * build.Finality
// CompactionCold is the number of epochs that will be archived to the // CompactionCold is the number of epochs that will be archived to the
// cold store on compaction. See diagram on CompactionThreshold for a // cold store on compaction. See diagram on CompactionThreshold for a