mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-10-02 07:58:24 -04:00
Merge pull request #5276 from matrix-org/babolivier/account_validity_job_delta
Allow configuring a range for the account validity startup job
This commit is contained in:
commit
58cce39f3a
5 changed files with 39 additions and 9 deletions
|
@ -763,7 +763,9 @@ uploads_path: "DATADIR/uploads"
|
|||
# This means that, if a validity period is set, and Synapse is restarted (it will
|
||||
# then derive an expiration date from the current validity period), and some time
|
||||
# after that the validity period changes and Synapse is restarted, the users'
|
||||
# expiration dates won't be updated unless their account is manually renewed.
|
||||
# expiration dates won't be updated unless their account is manually renewed. This
|
||||
# date will be randomly selected within a range [now + period - d ; now + period],
|
||||
# where d is equal to 10% of the validity period.
|
||||
#
|
||||
#account_validity:
|
||||
# enabled: True
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue