working on configurable room complexity limits

This commit is contained in:
notplants
2026-04-30 15:06:54 -04:00
parent a809333dcb
commit f66bfef727
4 changed files with 7 additions and 2 deletions

View File

@ -76,6 +76,10 @@ ENCRYPTED_BY_DEFAULT=all
#TRACK_PUPPETED_USER_IPS=true
## Room complexity limit (prevents joining large remote rooms that cause DB bloat)
## complexity ≈ state_events / 500. Default 100.0 blocks rooms with >50000 state events.
#ROOM_COMPLEXITY_LIMIT=100.0
## Retention
ALLOWED_LIFETIME_MAX=4w