summary refs log tree commit diff
path: root/.github/SUPPORT.md (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-05-28Allow configuring a range for the account validity startup jobBrendan Abolivier3-2/+53
When enabling the account validity feature, Synapse will look at startup for registered account without an expiration date, and will set one equals to 'now + validity_period' for them. On large servers, it can mean that a large number of users will have the same expiration date, which means that they will all be sent a renewal email at the same time, which isn't ideal. In order to mitigate this, this PR allo