mirror of
https://github.com/snipe/snipe-it.git
synced 2025-02-02 08:21:09 -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' => [
|
'api' => [
|
||||||
'throttle:60,1',
|
'throttle:120,1',
|
||||||
'auth:api',
|
'auth:api',
|
||||||
],
|
],
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue