-
Notifications
You must be signed in to change notification settings - Fork 75
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'dev' into dependabot/npm_and_yarn/mongoose-8.8.3
- Loading branch information
Showing
5 changed files
with
3,455 additions
and
2,369 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.