summaryrefslogtreecommitdiffstats
path: root/app/ratelimit_test.go
Commit message (Collapse)AuthorAgeFilesLines
* handle RateLimiter initialization errors (#8199)Pierre de La Morinerie2018-02-051-1/+16
| | | | | Previously, an error occuring in NewRateLimiter would return a nil reference – which would be de-referenced just after, making the server crash.
* User based rate limiting (#8152)Christopher Speller2018-01-311-0/+67