SprayingToolkit icon indicating copy to clipboard operation
SprayingToolkit copied to clipboard

fix: Added bounded semaphore to prevent task flooding. Closes #1

Open alxbl opened this issue 6 years ago • 0 comments

I added a bounded semaphore to limit the number of concurrent tasks created for the asyncio loop. This will ensure that the username file is not slurped and that at most 3 usernames per thread are loaded at once in the task queue. This should ensure that memory never swells too much with large user lists.

Cheers, Alex

alxbl avatar Oct 17 '19 17:10 alxbl