The documentation states:
Note that you can always place this on per-URL routes to enable different request rates to different resources (if for example, one route, like /my/slow/database is much easier to overwhlem than /my/fast/memcache).
I am having trouble finding out how to implement this exactly.
Basically, I want to serve static files at a different throttle rate than my API.