diff options
author | Brendan Abolivier <babolivier@matrix.org> | 2019-05-31 11:09:34 +0100 |
---|---|---|
committer | Brendan Abolivier <babolivier@matrix.org> | 2019-05-31 11:09:39 +0100 |
commit | 4d794dae210ce30e87d8a6b9ee2f9b481cadf539 (patch) | |
tree | 6723d9e593f48877693cdefb8b3a5453e10ae4be /synapse/config | |
parent | Sample config (diff) | |
download | synapse-4d794dae210ce30e87d8a6b9ee2f9b481cadf539.tar.xz |
Move delta from +10% to -10%
Diffstat (limited to 'synapse/config')
-rw-r--r-- | synapse/config/registration.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/config/registration.py b/synapse/config/registration.py index 4af825a2ab..aad3400819 100644 --- a/synapse/config/registration.py +++ b/synapse/config/registration.py @@ -132,7 +132,7 @@ class RegistrationConfig(Config): # 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: |