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 LittleChimera committed Jun 17, 2024
1 parent d19fa44 commit 08f3272
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 08f3272

Please sign in to comment.