ajax-lives / NoRussian

Volunteer DoS tool via HTML + JS
GNU General Public License v3.0
373 stars 58 forks source link

Shuffle array before starting #54

Closed naslundx closed 2 years ago

naslundx commented 2 years ago

I noticed the first element was making a lot more requests than the others. Is this just result of a faster server? In any event, might be nice to shuffle the order anyway.

Ycirn commented 2 years ago

@naslundx the reason the first one starts with so many requests is unclear. I do know where it gets the number from tho. Somehow it uses var CONCURRENCY_LIMIT = 200; as a starting number. (When this was changed to 1000 or 2000 in other releases, the first link would start with the same concurrency number).