We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 970c41c commit 6959163Copy full SHA for 6959163
1 file changed
backend/src/api/public/v1/akrites-external/index.ts
@@ -34,7 +34,7 @@ function envTunableRateLimiter(envPrefix: string, defaultMax: number, defaultWin
34
// Blast-radius jobs default to 50 requests/hour.
35
const blastRadiusRateLimiter = envTunableRateLimiter(
36
'AKRITES_BLAST_RADIUS_RATE_LIMIT',
37
- 50,
+ 5,
38
60 * 60 * 1000,
39
)
40
0 commit comments