didip / tollbooth

Simple middleware to rate-limit HTTP requests.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Why force request only per seconds ?

alexisvisco opened this issue · comments

Why :

// Maximum number of requests to limit per second.
max float64

WHY DID YOU FORCE REQUEST PER SECONDS ?

If i want to limit my page to 10 request per minutes i cant, that's annoying.