Skip to content

Commit 2a236bc

Browse files
committed
feat: set separate throttling
1 parent f160dc5 commit 2a236bc

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

backend/src/app.module.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,9 @@ import { ThrottlerModule, ThrottlerGuard } from '@nestjs/throttler';
4545
throttlers: [
4646
{
4747
ttl: 60000,
48-
limit: 10,
48+
limit: 200,
4949
},
5050
],
51-
skipIf: () => true,
5251
}),
5352
ConnectionModule,
5453
ConnectionPropertiesModule,

0 commit comments

Comments
 (0)