Skip to content

Commit ef586bf

Browse files
committed
Up the default API throttle for the client API to avoid issues with large numbers of servers
1 parent 1ad8b3f commit ef586bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/http.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
*/
1414
'rate_limit' => [
1515
'client_period' => 1,
16-
'client' => env('APP_API_CLIENT_RATELIMIT', 240),
16+
'client' => env('APP_API_CLIENT_RATELIMIT', 720),
1717

1818
'application_period' => 1,
1919
'application' => env('APP_API_APPLICATION_RATELIMIT', 240),

0 commit comments

Comments
 (0)