working on configurable room complexity limits
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user