diff options
Diffstat (limited to 'src/launcher.rs')
| -rw-r--r-- | src/launcher.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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), |
