pensquid / asmodeus

A huge collection of free knowledge and PDFs
7 stars 1 forks source link

Add a rate limiter #3

Closed ajkachnic closed 3 years ago

ajkachnic commented 3 years ago

I added a basic async rate limiter. It should help prevent the recent spam, while still allowing for controlled automated downloads.

Rather than entirely blocking requests, it gives them in increasingly high delay (slow down). Adapted from here

Feel free to tweak the parameters as y'all see fit