Skip to content

Commit

Permalink
Merge pull request #1312 from CVEProject/dr-1121
Browse files Browse the repository at this point in the history
Resolves #1121 - Rate limiting return codes
  • Loading branch information
jdaigneau5 authored Jan 6, 2025
2 parents 52e37ec + 6861251 commit 5737a45
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
PORT = 3000
LOCAL_KEY=TCF25YM-39C4H6D-KA32EGF-V5XSHN3
# The duration of the rate limiting window in seconds.
# This defines the time frame for which the rate limit is applied.
RATE_LIMIT_WINDOW_SECONDS=60
# The maximum number of connections allowed within the rate limiting window.
# This sets the threshold for how many requests can be made in the specified time frame.
RATE_LIMIT_MAX_CONNECTIONS=1000

0 comments on commit 5737a45

Please sign in to comment.