Merge branch 'main' into feat/rate-limits

This commit is contained in:
Nicolas
2024-05-19 12:23:34 -07:00
25 changed files with 1498 additions and 127 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ export const crawlStatusRateLimiter = new RateLimiterRedis({
export const testSuiteRateLimiter = new RateLimiterRedis({
storeClient: redisClient,
keyPrefix: "test-suite",
points: 1000,
points: 10000,
duration: 60, // Duration in seconds
});