Skip to content

Commit 2dc569e

Browse files
committed
f Bump batch size to 50
1 parent 172aa9a commit 2dc569e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/io/utils.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ where
243243
)
244244
.await?;
245245

246-
const BATCH_SIZE: usize = 20;
246+
const BATCH_SIZE: usize = 50;
247247

248248
let mut set = tokio::task::JoinSet::new();
249249

0 commit comments

Comments
 (0)