Skip to content

Commit b60e9aa

Browse files
authored
Merge pull request #1324 from rocket-admin/backend_fixes
feat: set separate throttling
2 parents c674f47 + 2a236bc commit b60e9aa

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)