8 ms·
Which file are you talking about? The homeserver.yaml? Mine only has around 100 lines without comments.
by sweden 6y ago
Which file are you talking about? The homeserver.yaml?
Mine only has around 100 lines without comments.
- MayeulC 6y agoProbably the homeserver.yaml file, as yaml is a standard format where indentation matters, and is always 4 spaces. # cat /etc/matrix-synapse/homeserver.yaml|wc -l 1611 # cat /etc/matrix-synapse/homeserver.yaml| grep -v '^\s*#\|^$' | wc -l 101 The config file is just well-commented.