mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-02-05 15:25:18 -05:00
fix typo in sample_config.yaml (#7652)
Just a simple typo fix. Signed-off-by: wondratsch 28294257+wondratsch@users.noreply.github.com
This commit is contained in:
parent
0df618f813
commit
c746889bb0
1
changelog.d/7652.doc
Normal file
1
changelog.d/7652.doc
Normal file
@ -0,0 +1 @@
|
||||
Spelling correction in sample_config.yaml.
|
@ -283,7 +283,7 @@ listeners:
|
||||
# number of monthly active users.
|
||||
#
|
||||
# 'limit_usage_by_mau' disables/enables monthly active user blocking. When
|
||||
# anabled and a limit is reached the server returns a 'ResourceLimitError'
|
||||
# enabled 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
|
||||
|
@ -856,7 +856,7 @@ class ServerConfig(Config):
|
||||
# number of monthly active users.
|
||||
#
|
||||
# 'limit_usage_by_mau' disables/enables monthly active user blocking. When
|
||||
# anabled and a limit is reached the server returns a 'ResourceLimitError'
|
||||
# enabled 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
|
||||
|
Loading…
x
Reference in New Issue
Block a user