Add changes from upstream (#2076)

Co-authored-by: DaneEveritt <dane@daneeveritt.com>
This commit is contained in:
Boy132
2026-01-13 08:39:50 +01:00
committed by GitHub
parent 6ae4f007c8
commit 53aa49b11a
25 changed files with 192 additions and 56 deletions

View File

@@ -13,7 +13,7 @@ return [
*/
'rate_limit' => [
'client_period' => 1,
'client' => env('APP_API_CLIENT_RATELIMIT', 720),
'client' => env('APP_API_CLIENT_RATELIMIT', 120),
'application_period' => 1,
'application' => env('APP_API_APPLICATION_RATELIMIT', 240),