Skip to content

Commit

Permalink
Add better ratelimits for unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelfolaron committed Jun 11, 2024
1 parent 0559ac7 commit d670a27
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .dev/test.env
Original file line number Diff line number Diff line change
Expand Up @@ -122,3 +122,8 @@ LEAN_OIDC_CLIEND_SECRET =
#LEAN_OIDC_USERINFO_URL_OVERRIDE = https://api.github.com/user,https://api.github.com/user/emails
#LEAN_OIDC_SCOPES = user:email
#LEAN_OIDC_FIELD_EMAIL = 0.email

LEAN_RATELIMIT_GENERAL = 50000
LEAN_RATELIMIT_AUTH = 50000
LEAN_RATELIMIT_API = 50000

0 comments on commit d670a27

Please sign in to comment.