mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-24 04:03:34 -08:00
Increased throttle to 120 requests per minute
This commit is contained in:
parent
74a2c29bc2
commit
d2bbc09892
|
@ -44,7 +44,7 @@ class Kernel extends HttpKernel
|
|||
],
|
||||
|
||||
'api' => [
|
||||
'throttle:60,1',
|
||||
'throttle:120,1',
|
||||
'auth:api',
|
||||
],
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue