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 sasa-tomic committed Sep 19, 2024
1 parent 0441f40 commit 7f6a81f
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 @@ -352,7 +352,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,
max_canister_http_requests_in_flight: MAX_CANISTER_HTTP_REQUESTS_IN_FLIGHT,
default_wasm_memory_limit: DEFAULT_WASM_MEMORY_LIMIT,
Expand Down

0 comments on commit 7f6a81f

Please sign in to comment.