We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44a667c commit b365f98Copy full SHA for b365f98
server/src/hottier.rs
@@ -692,9 +692,9 @@ impl HotTierManager {
692
&& !self.check_stream_hot_tier_exists(INTERNAL_STREAM_NAME)
693
{
694
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()),
+ size: "10485760".to_string(),
+ used_size: Some("0".to_string()),
+ available_size: Some("10485760".to_string()),
698
oldest_date_time_entry: None,
699
};
700
self.put_hot_tier(INTERNAL_STREAM_NAME, &mut stream_hot_tier)
0 commit comments