aboutsummaryrefslogtreecommitdiff
path: root/env.example
diff options
context:
space:
mode:
authorFuwn <[email protected]>2025-09-03 21:13:51 -0700
committerFuwn <[email protected]>2025-09-03 21:13:51 -0700
commit6b9d23965c2c865b7e5ffd5ffb0fbf6b24dae092 (patch)
tree933b556822fa3819992a243efb91202890db0992 /env.example
parentfeat: Add user-specified post limit window (diff)
downloadumabot-6b9d23965c2c865b7e5ffd5ffb0fbf6b24dae092.tar.xz
umabot-6b9d23965c2c865b7e5ffd5ffb0fbf6b24dae092.zip
feat(roleplay_limiter): Use surge-based removal model
Diffstat (limited to 'env.example')
-rw-r--r--env.example4
1 files changed, 4 insertions, 0 deletions
diff --git a/env.example b/env.example
index 9ed779a..be010ee 100644
--- a/env.example
+++ b/env.example
@@ -26,5 +26,9 @@ MAX_ROLEPLAY_POSTS_PER_DAY=1
POST_LIMIT_WINDOW_HOURS=24
# Time window for roleplay post limits (in hours)
ROLEPLAY_LIMIT_WINDOW_HOURS=24
+# Surge-based roleplay limiting thresholds
+ROLEPLAY_SURGE_THRESHOLD_1=20
+ROLEPLAY_SURGE_THRESHOLD_2=40
+ROLEPLAY_SURGE_THRESHOLD_3=60
# Set to true to test without actually removing posts
DRY_RUN=false