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 99f7f9e commit 2f3a014Copy full SHA for 2f3a014
app/Http/Kernel.php
@@ -39,7 +39,7 @@ class Kernel extends HttpKernel
39
],
40
41
'api' => [
42
- 'throttle:60,1',
+ 'throttle:1000,1',
43
'bindings',
44
45
];
0 commit comments