summary refs log tree commit diff
path: root/synapse/config/_base.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-01-17Wake up transaction queue when remote server comes back online (#6706)Erik Johnston11-8/+135
This will be used to retry outbound transactions to a remote server if we think it might have come back up.
2020-01-17Clarify the `account_validity` and `email` sections of the sample ↵Richard van der Hoff5-272/+320
configuration.