amschaal / bioshare

MIT License
6 stars 2 forks source link

Throttle some views #84

Open amschaal opened 2 months ago

amschaal commented 2 months ago

Throttle some views, especially:

  1. Login
  2. Directory listing or download, for any given share or path

There are a few options, but django ratelimit seems to be a decent choice: https://github.com/jsocol/django-ratelimit

Effective throttling will require a cache solution, such as memcached or redis.