diff options
author | Andrew Morgan <andrew@amorgan.xyz> | 2019-11-06 12:03:12 +0000 |
---|---|---|
committer | Andrew Morgan <andrew@amorgan.xyz> | 2019-11-06 12:03:12 +0000 |
commit | d2f6a67cb4c8f1ea1a4ae563dd53139838b019c7 (patch) | |
tree | 2a72967ae3a34fed7ee3ae8870d6cb594da6df25 | |
parent | Don't forget to ratelimit calls outside of RegistrationHandler (diff) | |
download | synapse-d2f6a67cb4c8f1ea1a4ae563dd53139838b019c7.tar.xz |
Add changelog
-rw-r--r-- | changelog.d/6338.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/6338.bugfix b/changelog.d/6338.bugfix new file mode 100644 index 0000000000..8e469f0fb6 --- /dev/null +++ b/changelog.d/6338.bugfix @@ -0,0 +1 @@ +Prevent the server taking a long time to start up when guest registration is enabled. \ No newline at end of file |