refactor(graphql): improve graphql rate limiting (#1162)

This commit is contained in:
Kyrch
2026-04-10 00:32:43 -03:00
committed by GitHub
parent cd11c5fa3b
commit 2f1a55a433
4 changed files with 45 additions and 45 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ use App\GraphQL\Schema\Types\Base\PaginationInfoType;
return [
'domain' => env('GRAPHQL_URL', env('APP_URL')),
'rate_limit' => (int) env('GRAPHQL_RATE_LIMIT', 90),
'rate_limit' => (int) env('GRAPHQL_RATE_LIMIT', 135),
'route' => [
// The prefix for routes; do NOT use a leading slash!