diff options
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 |