Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

limit download count #102

Open
pishguy opened this issue Jul 22, 2017 · 1 comment
Open

limit download count #102

pishguy opened this issue Jul 22, 2017 · 1 comment

Comments

@pishguy
Copy link

pishguy commented Jul 22, 2017

how can i limit count of downloading files? for example make a queue when user want to download 5 file, limit to download to 3 file in same time

@salehmosleh
Copy link

You have to set 'setMaxThreadNum' to 1 :
configuration.setMaxThreadNum(1);
It pushs new downloads to a queue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants