Skip to content

Commit

Permalink
chore: cr suggestion
Browse files Browse the repository at this point in the history
Co-authored-by: Yingwen <[email protected]>
  • Loading branch information
killme2008 and evenyag authored Oct 8, 2023
1 parent c4f25cf commit c8eeb28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/datanode/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ use storage::config::{
};
use storage::scheduler::SchedulerConfig;

pub const DEFAULT_OBJECT_STORE_CACHE_SIZE: ReadableSize = ReadableSize(256 * readable_size::MIB);
pub const DEFAULT_OBJECT_STORE_CACHE_SIZE: ReadableSize = ReadableSize::mb(256);

/// Default data home in file storage
const DEFAULT_DATA_HOME: &str = "/tmp/greptimedb";
Expand Down

0 comments on commit c8eeb28

Please sign in to comment.