Increase the API rate limit to twice a second

This commit is contained in:
Kevin MacMartin 2018-01-16 00:58:54 -05:00
parent 7fcdf75a61
commit d461aad347

View file

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