Skip to content

Commit

Permalink
fix: Disable new storage layer
Browse files Browse the repository at this point in the history
  • Loading branch information
schneiderstefan authored and DFINITYManu committed Jun 27, 2024
1 parent 2e269c7 commit b6c3687
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rs/config/src/state_manager.rs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ fn file_backed_memory_allocator_default() -> FlagStatus {

pub fn lsmt_config_default() -> LsmtConfig {
LsmtConfig {
lsmt_status: FlagStatus::Enabled,
lsmt_status: FlagStatus::Disabled,
// 40GiB
// DO NOT CHANGE after LSMT is enabled, as it would crash the new replica trying to merge
// old data.
Expand Down

0 comments on commit b6c3687

Please sign in to comment.