From d9be55e8eb83f93d776f4257f13046ffbb06810c 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 4ab2a63a54..bb896a2807 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 // LightImmutabilityThreshold is the number of blocks after which a header chain // segment is considered immutable for light client(i.e. soft finality). It is used by