diff --git a/config/http.php b/config/http.php index b39845239..ed54e475b 100644 --- a/config/http.php +++ b/config/http.php @@ -13,7 +13,7 @@ return [ */ 'rate_limit' => [ 'client_period' => 1, - 'client' => env('APP_API_CLIENT_RATELIMIT', 240), + 'client' => env('APP_API_CLIENT_RATELIMIT', 720), 'application_period' => 1, 'application' => env('APP_API_APPLICATION_RATELIMIT', 240),