mirror of
https://github.com/element-hq/synapse.git
synced 2024-12-20 10:55:09 +03:00
explain Monthly Active User Blocking and mau_trial_days
This commit is contained in:
parent
f76d407ef3
commit
848c68c1aa
1 changed files with 7 additions and 0 deletions
|
@ -584,6 +584,13 @@ class ServerConfig(Config):
|
||||||
#hs_disabled_limit_type: 'error code(str), to help clients decode reason'
|
#hs_disabled_limit_type: 'error code(str), to help clients decode reason'
|
||||||
|
|
||||||
# Monthly Active User Blocking
|
# Monthly Active User Blocking
|
||||||
|
# Used in cases where the admin or server owner wants to limit to the
|
||||||
|
# number of monthly active users.
|
||||||
|
# 'mau_trial_days' is means to add a grace period for active users. It
|
||||||
|
# means that users must be active for this number of days before they
|
||||||
|
# can be considered active and guards against the case where lots of users
|
||||||
|
# sign up in a short space of time never to return after their initial
|
||||||
|
# session.
|
||||||
#
|
#
|
||||||
#limit_usage_by_mau: False
|
#limit_usage_by_mau: False
|
||||||
#max_mau_value: 50
|
#max_mau_value: 50
|
||||||
|
|
Loading…
Reference in a new issue