From bd2a47bebdeda0c77507cf73e83ff4a5fe217c75 Mon Sep 17 00:00:00 2001 From: Cara Wang Date: Wed, 6 Mar 2024 21:11:24 +0800 Subject: [PATCH] params: enlarge the setting of StableStateThreshold --- params/network_params.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/params/network_params.go b/params/network_params.go index cc322e86f4..656889d462 100644 --- a/params/network_params.go +++ b/params/network_params.go @@ -54,7 +54,7 @@ const ( CheckpointProcessConfirmations = 256 // StableStateThreshold is the reserve number of block state save to disk before delete ancientdb - StableStateThreshold uint64 = 128 + StableStateThreshold uint64 = 86400 // FullImmutabilityThreshold is the number of blocks after which a chain segment is // considered immutable (i.e. soft finality). It is used by the downloader as a