|
Is it possible that the queue can also download multiple downloads in parallel? |
Answered by
5cript
Sep 23, 2026
Replies: 2 comments 1 reply
|
Sorry for the late reply, I am currently on vacation. |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Under settings -> inheritable settings (is inherited per each server config, default is used by any server config that does not specify any)
Then sftp options:
There is concurrency, which are concurrent items for individual queue items (downloading a full directory counts as a bulk download and does not do concurrency, this is a missing feature that is there in infancy in the design, as stated - only really meaningful if there is one huge file and many small ones where users would want to access the smaller ones earlier before everything is complete. There is no speed advantage to parallelizing these downloads).
I will create 2 new issues for me: