Merge branch 'main' into test/load-testing

This commit is contained in:
rafaelsideguide
2024-05-22 11:26:19 -03:00
14 changed files with 1651 additions and 80 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ export const testSuiteRateLimiter = new RateLimiterRedis({
export function getRateLimiter(mode: RateLimiterMode, token: string, plan?: string){
// Special test suite case. TODO: Change this later.
if (token.includes("57017")){
if (token.includes("57017") || token.includes("6254cf9")){
return testSuiteRateLimiter;
}
switch (mode) {