Skip to content

Commit

Permalink
feat(api): reset rate limits to previous value
Browse files Browse the repository at this point in the history
Related: 5bcda06
  • Loading branch information
peterthomassen committed Jun 28, 2024
1 parent b4f922d commit de96689
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/api/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
"300/d",
], # DNS API requests affecting RRset(s) of a single domain
# UserRateThrottle
"user": "10000/d", # hard limit on requests by a) an authenticated user, b) an unauthenticated IP address
"user": "2000/d", # hard limit on requests by a) an authenticated user, b) an unauthenticated IP address
},
"NUM_PROXIES": 0, # Do not use X-Forwarded-For header when determining IP for throttling
}
Expand Down

0 comments on commit de96689

Please sign in to comment.