Increased throttle to 120 requests per minute

This commit is contained in:
snipe 2019-05-31 11:57:57 -07:00
parent 74a2c29bc2
commit d2bbc09892

View file

@ -44,7 +44,7 @@ class Kernel extends HttpKernel
],
'api' => [
'throttle:60,1',
'throttle:120,1',
'auth:api',
],
];