diff options
author | Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> | 2019-11-06 17:21:20 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-06 17:21:20 +0000 |
commit | a6ebef1bfd322f3ac2a6393388f0eda9fa476047 (patch) | |
tree | fb4011dabf8ab2a1eef741dca71d22829c060ee6 /changelog.d | |
parent | Merge branch 'master' into develop (diff) | |
parent | raise exception after multiple failures (diff) | |
download | synapse-a6ebef1bfd322f3ac2a6393388f0eda9fa476047.tar.xz |
Make numeric user_id checker start at @0, and don't ratelimit on checking (#6338)
Diffstat (limited to 'changelog.d')
-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 |