From 8c3706df11abadafec89ef0546d20c79d31ec92b Mon Sep 17 00:00:00 2001 From: bigfoot547 Date: Mon, 20 Jan 2025 18:22:35 -0600 Subject: increase number of concurrent tasks --- src/launcher.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/launcher.rs') diff --git a/src/launcher.rs b/src/launcher.rs index f148653..78c429d 100644 --- a/src/launcher.rs +++ b/src/launcher.rs @@ -723,7 +723,7 @@ impl LibraryRepository { Ok(false) })) - .try_buffer_unordered(8) + .try_buffer_unordered(32) .try_fold(0usize, |accum, res| async move { match res { true => Ok(accum + 1), -- cgit v1.2.3-70-g09d2