mirror of
https://mau.dev/maunium/synapse.git
synced 2024-10-01 01:36:05 -04:00
Fix a small typo in the metrics_flags
config option. (#7171)
This commit is contained in:
parent
4f21c33be3
commit
d9f29f8dae
1
changelog.d/7171.doc
Normal file
1
changelog.d/7171.doc
Normal file
@ -0,0 +1 @@
|
||||
Fix a small typo in the `metrics_flags` config option.
|
@ -1144,7 +1144,7 @@ account_threepid_delegates:
|
||||
# enabled by default, either for performance reasons or limited use.
|
||||
#
|
||||
metrics_flags:
|
||||
# Publish synapse_federation_known_servers, a g auge of the number of
|
||||
# Publish synapse_federation_known_servers, a gauge of the number of
|
||||
# servers this homeserver knows about, including itself. May cause
|
||||
# performance problems on large homeservers.
|
||||
#
|
||||
|
@ -86,7 +86,7 @@ class MetricsConfig(Config):
|
||||
# enabled by default, either for performance reasons or limited use.
|
||||
#
|
||||
metrics_flags:
|
||||
# Publish synapse_federation_known_servers, a g auge of the number of
|
||||
# Publish synapse_federation_known_servers, a gauge of the number of
|
||||
# servers this homeserver knows about, including itself. May cause
|
||||
# performance problems on large homeservers.
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user