diff options
author | Brendan Abolivier <babolivier@matrix.org> | 2019-05-31 09:56:52 +0100 |
---|---|---|
committer | Brendan Abolivier <babolivier@matrix.org> | 2019-05-31 09:56:52 +0100 |
commit | 0c2362861e3fad44ede5e9c23dbef8e1a9113f36 (patch) | |
tree | 99eb6bd9099a3a0d3aadcebad567ddcfcb0d3336 /synapse/config/registration.py | |
parent | Make max_delta equal to period * 10% (diff) | |
download | synapse-0c2362861e3fad44ede5e9c23dbef8e1a9113f36.tar.xz |
Gah python
Diffstat (limited to 'synapse/config/registration.py')
-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 1835b4b1f3..4af825a2ab 100644 --- a/synapse/config/registration.py +++ b/synapse/config/registration.py @@ -133,7 +133,7 @@ class RegistrationConfig(Config): # 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], - # where d is equal to 10% of the validity period. + # where d is equal to 10%% of the validity period. # #account_validity: # enabled: True |