mirror of
https://github.com/AnimeThemes/animethemes-server.git
synced 2026-07-11 01:24:46 +02:00
refactor(graphql): improve graphql rate limiting (#1162)
This commit is contained in:
+1
-1
@@ -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!
|
||||
|
||||
Reference in New Issue
Block a user