SprayingToolkit
SprayingToolkit copied to clipboard
fix: Added bounded semaphore to prevent task flooding. Closes #1
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