diff --git a/blockstore/splitstore/splitstore.go b/blockstore/splitstore/splitstore.go index ccf88f529..22adadd28 100644 --- a/blockstore/splitstore/splitstore.go +++ b/blockstore/splitstore/splitstore.go @@ -44,7 +44,7 @@ var ( // === :: cold (already archived) // ≡≡≡ :: to be archived in this compaction // --- :: hot - CompactionThreshold = 3 * build.Finality + CompactionThreshold = 4 * build.Finality // CompactionBoundary is the number of epochs from the current epoch at which // we will walk the chain for live objects.