Skip to content

Commit

Permalink
feat: EXC-1689: Enable canister snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
berestovskyy authored and DFINITYManu committed Sep 6, 2024
1 parent 36c1976 commit 843e71b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rs/config/src/execution_environment.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 843e71b

Please sign in to comment.