We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42cb9c5 commit 6ea3317Copy full SHA for 6ea3317
apps/backend/src/app.module.ts
@@ -25,7 +25,7 @@ import { McpModule } from '@gitroom/backend/mcp/mcp.module';
25
ThrottlerModule.forRoot([
26
{
27
ttl: 3600000,
28
- limit: 30,
+ limit: process.env.API_LIMIT || 30,
29
},
30
]),
31
],
0 commit comments