You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Acquire a semaphore permit while executing each download task, instead
of while _creating_ each download task.
- Fixes#370
- Prevents deadlocking when downloading more than 75 mods
- Aet reasonable number of concurrent downloads
- Don't wrap `request::Client` in an `Arc`
`request::Client` is just an `Arc` wrapper around its own internal type anyway.
0 commit comments