Skip to content

Commit

Permalink
🐛 Temporary disable api rate limit
Browse files Browse the repository at this point in the history
  • Loading branch information
Xen0Xys committed Feb 7, 2024
1 parent 75ccdf5 commit 97c7311
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ dotenv.config();
password: process.env.REDIS_PASSWORD === "" ? undefined : process.env.REDIS_PASSWORD,
});
})(),
ThrottlerModule.forRoot([{
ttl: 60000,
limit: 100,
}]),
// ThrottlerModule.forRoot([{
// ttl: 60000,
// limit: 100,
// }]),
AuthModule,
GlobalTasksModule,
CronModule,
Expand Down

0 comments on commit 97c7311

Please sign in to comment.