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
Currently, every task is started immediately, and concurrent download could be conducted infinity. This can make resource overload. So, need to apply task queue for limiting concurrent download properly.
Task queue has pre-defined length from config file and Only this count of downloads can be conducted concurrently. Furthermore, we can use not only fixed count to task queue length but flexible value like total speed bandwidth.
The text was updated successfully, but these errors were encountered:
Currently, every task is started immediately, and concurrent download could be conducted infinity. This can make resource overload. So, need to apply task queue for limiting concurrent download properly.
Task queue has pre-defined length from config file and Only this count of downloads can be conducted concurrently. Furthermore, we can use not only fixed count to task queue length but flexible value like total speed bandwidth.
The text was updated successfully, but these errors were encountered: