From df0b60afff15e2c8219c6b23b069013c00403624 Mon Sep 17 00:00:00 2001 From: Peilun Li Date: Thu, 29 Feb 2024 19:44:47 +0800 Subject: [PATCH] Enable keep_era_genesis_snapshot by default. --- client/src/configuration.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/configuration.rs b/client/src/configuration.rs index c6b9333f3d..98dcc86797 100644 --- a/client/src/configuration.rs +++ b/client/src/configuration.rs @@ -370,7 +370,7 @@ build_config! { (use_isolated_db_for_mpt_table_height, (Option), None) // Recover the latest MPT snapshot from the era checkpoint (recovery_latest_mpt_snapshot, (bool), false) - (keep_era_genesis_snapshot, (bool), false) + (keep_era_genesis_snapshot, (bool), true) } { // Development related section.