Skip to content

Commit 2f3a014

Browse files
committed
Increase throttling.
1 parent 99f7f9e commit 2f3a014

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Http/Kernel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ class Kernel extends HttpKernel
3939
],
4040

4141
'api' => [
42-
'throttle:60,1',
42+
'throttle:1000,1',
4343
'bindings',
4444
],
4545
];

0 commit comments

Comments
 (0)