enable tiered again

Signed-off-by: Alex Chi Z <chi@neon.tech>
This commit is contained in:
Alex Chi Z
2023-06-28 14:30:17 -04:00
parent f3fdaf8ef1
commit 6cb149e3c3

View File

@@ -87,7 +87,7 @@ use super::storage_layer::{
DeltaLayer, ImageLayer, Layer, LayerAccessStatsReset, PersistentLayerDesc,
};
pub const ENABLE_TIERED_COMPACTION: bool = false;
pub const ENABLE_TIERED_COMPACTION: bool = true;
#[derive(Debug, PartialEq, Eq, Clone, Copy)]
pub(super) enum FlushLoopState {