Clarifying comment

This commit is contained in:
Chris Troutner
2020-02-28 08:06:25 -08:00
parent 18812e0473
commit 71f41404e7
+1 -1
View File
@@ -26,7 +26,7 @@ const { RateLimiterRedis } = require('rate-limiter-flexible')
const rateLimitOptions = {
storeClient: redisClient,
points: 100, // Number of points
duration: 60 // Per second
duration: 60 // Per minute (per 60 seconds)
}
// This hard-coded value is temporary. It will be swapped out with an environment