mirror of
https://gitlab.com/ceda_ei/Quadnite-Bot
synced 2026-05-06 05:40:04 +02:00
feat: add rate limiter middleware
Signed-off-by: Sphericalkat <me@kat.bio>
This commit is contained in:
@@ -13,4 +13,6 @@ roleplay gifs. Once you have an instance of Ugoki (and optionally
|
||||
- `export BOT_API_KEY="your-token-for-bot"`
|
||||
- `export FEEDBACK_ID="chat-id-where-feedback-is-forwarded-to"`
|
||||
- `export UGOKI_ROOT="https://root.of.ugoki.api/server/"`
|
||||
- `export RATE_TIMEFRAME=5000 # rate limit time interval in milliseconds`
|
||||
- `export RATE_LIMIT=5 # number of requests allowed in the timeframe`
|
||||
- `npm start`
|
||||
|
||||
Reference in New Issue
Block a user