decrease CompactionThreshold to 3 finalities
This commit is contained in:
parent
e3cbeec6ee
commit
d7ceef104e
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user