Skip to content

Commit

Permalink
Revert "feat: EXC-1689: Enable canister snapshots"
Browse files Browse the repository at this point in the history
This reverts commit d2909d8.
  • Loading branch information
NikolaMilosa committed Sep 27, 2024
1 parent 35153c7 commit c43a488
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion rs/config/src/execution_environment.rs
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,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::Enabled,
canister_snapshots: FlagStatus::Disabled,
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
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ fn take_canister_snapshot_request_rejected_because_feature_is_disabled() {
.with_own_subnet_id(own_subnet)
.with_manual_execution()
.with_caller(own_subnet, caller_canister)
.with_snapshots(FlagStatus::Disabled)
.build();

// Inject a take_canister_snapshot request.
Expand Down

0 comments on commit c43a488

Please sign in to comment.