fix(rate limits): Bumping resolution to 10,000 points per minute

This commit is contained in:
Chris Troutner
2021-03-10 10:09:18 -08:00
parent 13580d1081
commit fa1f87c5c8
3 changed files with 11 additions and 10 deletions
+2 -2
View File
@@ -380,7 +380,7 @@ describe('#rate-routelimit', () => {
assert.equal(
res.locals.pointsToConsume,
1,
10,
'Internal rate limits applied'
)
})
@@ -403,7 +403,7 @@ describe('#rate-routelimit', () => {
assert.equal(
res.locals.pointsToConsume,
1,
10,
'Internal rate limits applied'
)
})