Commit dc62b9b8120f31cbc43baf623692fd85bda9ece3

Authored by Chris Bellas
1 parent 6b0f32e155
Exists in master

Further increased api throttle limit

Showing 1 changed file with 1 additions and 1 deletions

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