From 843e71b994e1bf28edf80ad7746a7355259de91a Mon Sep 17 00:00:00 2001 From: Andriy Berestovskyy Date: Wed, 14 Aug 2024 12:11:45 +0200 Subject: [PATCH] feat: EXC-1689: Enable canister snapshots --- rs/config/src/execution_environment.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rs/config/src/execution_environment.rs b/rs/config/src/execution_environment.rs index 3334690cc93..6a840426af2 100644 --- a/rs/config/src/execution_environment.rs +++ b/rs/config/src/execution_environment.rs @@ -364,7 +364,7 @@ impl Default for Config { query_stats_aggregation: FlagStatus::Enabled, query_stats_epoch_length: QUERY_STATS_EPOCH_LENGTH, stop_canister_timeout_duration: STOP_CANISTER_TIMEOUT_DURATION, - canister_snapshots: FlagStatus::Disabled, + canister_snapshots: FlagStatus::Enabled, dirty_page_logging: FlagStatus::Disabled, ic00_compute_initial_i_dkg_dealings: FlagStatus::Enabled, ic00_schnorr_public_key: FlagStatus::Enabled,