diff options
author | Brendan Abolivier <babolivier@matrix.org> | 2019-05-31 11:14:21 +0100 |
---|---|---|
committer | Brendan Abolivier <babolivier@matrix.org> | 2019-05-31 11:14:21 +0100 |
commit | e975b15101c08299218bd15963a9dc5ea6f990ff (patch) | |
tree | 8bd1b0b4561b59385e3036eb264827e6d85af6de /docs/sample_config.yaml | |
parent | Move delta from +10% to -10% (diff) | |
download | synapse-e975b15101c08299218bd15963a9dc5ea6f990ff.tar.xz |
Sample config
Diffstat (limited to 'docs/sample_config.yaml')
-rw-r--r-- | docs/sample_config.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/sample_config.yaml b/docs/sample_config.yaml index 13c0ddc7c5..9536681068 100644 --- a/docs/sample_config.yaml +++ b/docs/sample_config.yaml @@ -754,7 +754,7 @@ uploads_path: "DATADIR/uploads" # 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. This -# date will be randomly selected within a range [now + period ; now + period + d], +# 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: |