mirror of
https://github.com/element-hq/synapse.git
synced 2024-12-19 17:56:19 +03:00
update sample to include recent typo fixes
This commit is contained in:
parent
f2070846bf
commit
12b9035b3a
1 changed files with 5 additions and 5 deletions
|
@ -264,14 +264,14 @@ listeners:
|
|||
# Used in cases where the admin or server owner wants to limit to the
|
||||
# number of monthly active users.
|
||||
#
|
||||
# 'limit_usage_by_mau' enables the monthly active user blocking. When
|
||||
# a limit is reached the server returns a 'ResourceLimitError' with error
|
||||
# type Codes.RESOURCE_LIMIT_EXCEEDED
|
||||
# 'limit_usage_by_mau' disables/enables monthly active user blocking. When
|
||||
# anabled and a limit is reached the server returns a 'ResourceLimitError'
|
||||
# with error type Codes.RESOURCE_LIMIT_EXCEEDED
|
||||
#
|
||||
# 'max_mau_value' is the hard limit of monthly active users above which
|
||||
# the server will start blocking user actions.
|
||||
#
|
||||
# 'mau_trial_days' is means to add a grace period for active users. It
|
||||
# 'mau_trial_days' is a 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
|
||||
|
@ -280,7 +280,7 @@ listeners:
|
|||
#limit_usage_by_mau: False
|
||||
#max_mau_value: 50
|
||||
#mau_trial_days: 2
|
||||
|
||||
#
|
||||
# If enabled, the metrics for the number of monthly active users will
|
||||
# be populated, however no one will be limited. If limit_usage_by_mau
|
||||
# is true, this is implied to be true.
|
||||
|
|
Loading…
Reference in a new issue