summary refs log tree commit diff
path: root/docs
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2019-05-31 12:12:24 +0100
committerErik Johnston <erik@matrix.org>2019-05-31 12:12:24 +0100
commitd8fdba7bfba3170fa0fb2bda5d627feaa7fb19b8 (patch)
tree376e124e05f8ff3ca5d8736eaf8b79525239d314 /docs
parentMerge branch 'babolivier/account_validity_fix_schema' into dinsic (diff)
parentSample config (diff)
downloadsynapse-d8fdba7bfba3170fa0fb2bda5d627feaa7fb19b8.tar.xz
Merge branch 'babolivier/account_validity_job_delta' of github.com:matrix-org/synapse into dinsic dinsic_2019-05-31
Diffstat (limited to 'docs')
-rw-r--r--docs/sample_config.yaml4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/sample_config.yaml b/docs/sample_config.yaml

index 759ea49c5e..ca8f6c406d 100644 --- a/docs/sample_config.yaml +++ b/docs/sample_config.yaml
@@ -753,7 +753,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