chore(throttling): lower api limit a tad, just to test

This commit is contained in:
Tyler Renelle 2014-02-05 21:33:24 -07:00
parent 0c21f54c67
commit e268839bcb

View file

@ -12,7 +12,7 @@ module.exports.apiThrottle = function(app) {
catagories:{
normal: {
// 2 req/s, but split as minutes
totalRequests: 120,
totalRequests: 80,
every: 60000
}
}