We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 52e37ec + 6861251 commit 5737a45Copy full SHA for 5737a45
.env
@@ -1,4 +1,8 @@
1
PORT = 3000
2
LOCAL_KEY=TCF25YM-39C4H6D-KA32EGF-V5XSHN3
3
+# The duration of the rate limiting window in seconds.
4
+# This defines the time frame for which the rate limit is applied.
5
RATE_LIMIT_WINDOW_SECONDS=60
6
+# The maximum number of connections allowed within the rate limiting window.
7
+# This sets the threshold for how many requests can be made in the specified time frame.
8
RATE_LIMIT_MAX_CONNECTIONS=1000
0 commit comments