Skip to content

Commit b365f98

Browse files
changed size from 10MiB to 10485760 (bytes
1 parent 44a667c commit b365f98

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

server/src/hottier.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -692,9 +692,9 @@ impl HotTierManager {
692692
&& !self.check_stream_hot_tier_exists(INTERNAL_STREAM_NAME)
693693
{
694694
let mut stream_hot_tier = StreamHotTier {
695-
size: "10MiB".to_string(),
696-
used_size: Some("0B".to_string()),
697-
available_size: Some("10MiB".to_string()),
695+
size: "10485760".to_string(),
696+
used_size: Some("0".to_string()),
697+
available_size: Some("10485760".to_string()),
698698
oldest_date_time_entry: None,
699699
};
700700
self.put_hot_tier(INTERNAL_STREAM_NAME, &mut stream_hot_tier)

0 commit comments

Comments
 (0)