ajax-lives / NoRussian

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

Balance the flood #62

Closed naslundx closed 2 years ago

naslundx commented 2 years ago

Adds a minimal (1ms) delay between the while loop iterations. It shouldn't affect the overall performance but the await makes sure the first loop doesn't fill up the queue before any other loops get started.

Fixes #59