Skip to content

Commit

Permalink
Merge pull request #3152 from autonomys/fix-typo
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
nazar-pc authored Oct 21, 2024
2 parents 02b054d + c8ca289 commit 5fd4355
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion crates/subspace-farmer/src/farmer_cache.rs
Original file line number Diff line number Diff line change
Expand Up @@ -636,7 +636,8 @@ where
}
}
}));
// Download two batches concurrently to make sure slow tail of one is compensated by another
// Download several batches concurrently to make sure slow tail of one is compensated by
// another
let mut downloading_pieces_stream =
downloading_pieces_stream.buffer_unordered(SYNC_CONCURRENT_BATCHES);
// TODO: Can't use this due to https://github.com/rust-lang/rust/issues/64650
Expand Down

0 comments on commit 5fd4355

Please sign in to comment.