Skip to content

Commit 91b8892

Browse files
committed
feat(github-graphql): Add graphql rate limit to .env example
1 parent c182816 commit 91b8892

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

env.example

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ MODE=release
3838
NOTIFICATION_ENDPOINT=
3939
NOTIFICATION_SECRET=
4040

41+
# Default fallback rate limit for GraphQL clients (used if not dynamically fetched)
42+
GRAPHQL_RATE_LIMIT=
4143
API_TIMEOUT=120s
4244
API_RETRY=3
4345
API_REQUESTS_PER_HOUR=10000

0 commit comments

Comments
 (0)