From 6dc76bc00877680dafc75de06cab89021a2b3308 Mon Sep 17 00:00:00 2001
From: H-Shay
For example, setting redaction_retention_period: 5m
would remove redacted
messages from the database after 5 minutes, rather than 5 months.
In addition, configuration options referring to size use the following suffixes:
+M
= MiB, or 1,048,576 bytesK
= KiB, or 1024 bytes For example, setting max_avatar_size: 10M
means that Synapse will not accept files larger than 10,485,760 bytes
+for a user avatar.
The configuration file is a YAML file, which means that certain syntax rules apply if you want your config file to be read properly. A few helpful things to know:
-- cgit 1.5.1