From 6b9d23965c2c865b7e5ffd5ffb0fbf6b24dae092 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Wed, 3 Sep 2025 21:13:51 -0700 Subject: feat(roleplay_limiter): Use surge-based removal model --- env.example | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'env.example') 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 -- cgit v1.2.3