Skip to content

Commit

Permalink
18M blob
Browse files Browse the repository at this point in the history
  • Loading branch information
atimin committed Dec 2, 2024
1 parent fc3e6f0 commit 0d77587
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ async fn writer(
entry_name: String,
interval_ms: Duration,
) -> Result<(), ReductError> {
let blob = Alphanumeric.sample_string(&mut rand::thread_rng(), 20_000_000);
let blob = Alphanumeric.sample_string(&mut rand::thread_rng(), 18_000_000);

loop {
let now = Instant::now();
Expand Down

0 comments on commit 0d77587

Please sign in to comment.