Commit 04c8e7084e4530a7cebf2e1952ac400b1c1e7fdd

Authored by Chris Bellas
1 parent 47c0efd2ef

Increased throttle limit for api requests

Showing 1 changed file with 1 additions and 1 deletions

api/app/Http/Kernel.php View file @ 04c8e70
... ... @@ -39,7 +39,7 @@
39 39 ],
40 40  
41 41 'api' => [
42   - 'throttle:60,1',
  42 + 'throttle:1000,1',
43 43 'bindings'
44 44 // \Illuminate\Session\Middleware\StartSession::class,
45 45 // \Illuminate\Session\Middleware\AuthenticateSession::class,