Add eng variable for api threshold

This commit is contained in:
egelhaus 2025-04-28 13:03:08 +02:00 committed by GitHub
parent 42cb9c5499
commit 6ea3317dbf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ import { McpModule } from '@gitroom/backend/mcp/mcp.module';
ThrottlerModule.forRoot([ ThrottlerModule.forRoot([
{ {
ttl: 3600000, ttl: 3600000,
limit: 30, limit: process.env.API_LIMIT || 30,
}, },
]), ]),
], ],