Skip to content

Commit

Permalink
up rate limit to 80 req per min
Browse files Browse the repository at this point in the history
  • Loading branch information
roncodes committed Jul 19, 2024
1 parent d2ea390 commit d72a8bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Providers/CoreServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class CoreServiceProvider extends ServiceProvider
\Fleetbase\Http\Middleware\ClearCacheAfterDelete::class,
],
'fleetbase.api' => [
'throttle:60,1',
'throttle:80,1',
\Illuminate\Session\Middleware\StartSession::class,
\Fleetbase\Http\Middleware\AuthenticateOnceWithBasicAuth::class,
\Illuminate\Routing\Middleware\SubstituteBindings::class,
Expand Down

0 comments on commit d72a8bc

Please sign in to comment.