jan-carreras / torrentpreviewer

Simple application that lets you generate img previews from torrents without downloading all the content
MIT License
2 stars 0 forks source link

Add gingoing middleware to throttle requests #6

Closed jan-carreras closed 3 years ago

jan-carreras commented 3 years ago

To prevent undesired behavior.

Idea:

jan-carreras commented 3 years ago

Implementing Poors Man throttler with 4req/sec and 120 req/min.

The limits are kept in memory, but the driver supports storages like Redis and so on. We'll use those like this for now. It's just basic protection.