Skip to content
This repository has been archived by the owner on Oct 31, 2024. It is now read-only.

Commit

Permalink
fix: deactivate rate limiting
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastiendan committed Sep 21, 2023
1 parent 2ca8815 commit 246ca96
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/backend/src/app/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ const THROTTLER_TTL_SECONDS = process.env.THROTTLER_TTL_SECONDS
ServeStaticModule.forRoot({
rootPath: join(__dirname, '..', '..', '..', 'frontend', 'dist'),
}),
ThrottlerModule.forRoot({
ttl: THROTTLER_TTL_SECONDS,
limit: 1,
}),
// ThrottlerModule.forRoot({
// ttl: THROTTLER_TTL_SECONDS,
// limit: 1,
// }),
FaucetModule,
],
providers: [
Expand Down

0 comments on commit 246ca96

Please sign in to comment.