-
-
Notifications
You must be signed in to change notification settings - Fork 106
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
How to get a certain amount? #89
Comments
@group2tts Seems as though every source is pulled from differently, but what you can do is a for loop to add only the first three to an array, and reference that array. :) |
It would be nice to limit this in the method to avoid many unnecessary requests. |
@strarsis How can u |
Well, I don't have a stop method implemented, I propose for one being implemented. There is a loop running and a condition could be added in the loop that checks for a property, e.g. stopRequested and stops looping, and a stop method would set it to true. |
how can i get only 3 proxies ?
The text was updated successfully, but these errors were encountered: