diff options
| author | Fuwn <[email protected]> | 2025-09-03 21:13:51 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-09-03 21:13:51 -0700 |
| commit | 6b9d23965c2c865b7e5ffd5ffb0fbf6b24dae092 (patch) | |
| tree | 933b556822fa3819992a243efb91202890db0992 /env.example | |
| parent | feat: Add user-specified post limit window (diff) | |
| download | umabot-6b9d23965c2c865b7e5ffd5ffb0fbf6b24dae092.tar.xz umabot-6b9d23965c2c865b7e5ffd5ffb0fbf6b24dae092.zip | |
feat(roleplay_limiter): Use surge-based removal model
Diffstat (limited to 'env.example')
| -rw-r--r-- | env.example | 4 |
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 |