Skip to content
This repository was archived by the owner on Jan 1, 2021. It is now read-only.

Commit 7a5bae7

Browse files
authored
Remove rate limit
Rate limit causes cache to return 429 for most requests
1 parent 371cfed commit 7a5bae7

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

app/Http/Kernel.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ class Kernel extends HttpKernel
3737
],
3838

3939
'api' => [
40-
'throttle:240,1',
4140
'bindings',
4241
\App\Http\Middleware\CheckDBMaintAPI::class,
4342
\App\Http\Middleware\DatadogMiddleware::class,

0 commit comments

Comments
 (0)