mirror of
https://github.com/prurigro/hypothetical.git
synced 2024-11-09 11:16:39 -05:00
Increase the API rate limit to twice a second
This commit is contained in:
parent
7fcdf75a61
commit
d461aad347
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ class Kernel extends HttpKernel
|
|||
],
|
||||
|
||||
'api' => [
|
||||
'throttle:60,1',
|
||||
'throttle:120,1',
|
||||
'bindings',
|
||||
],
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue