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 /render.yaml | |
| 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 'render.yaml')
| -rw-r--r-- | render.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/render.yaml b/render.yaml index cb46cef..86b706d 100644 --- a/render.yaml +++ b/render.yaml @@ -29,6 +29,12 @@ services: value: "24" - key: ROLEPLAY_LIMIT_WINDOW_HOURS value: "24" + - key: ROLEPLAY_SURGE_THRESHOLD_1 + value: "20" + - key: ROLEPLAY_SURGE_THRESHOLD_2 + value: "40" + - key: ROLEPLAY_SURGE_THRESHOLD_3 + value: "60" - key: DRY_RUN value: "false" - key: SPAM_MESSAGE |