diff options
author | Amber Brown <hawkowl@atleastfornow.net> | 2019-03-27 02:49:28 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-27 02:49:28 +1100 |
commit | 903f04c21fec3bbc1337bc9552f223e17b87f6bf (patch) | |
tree | 9e6e9fd12d4c8c293605126b3eaf7a14035e96e6 /changelog.d | |
parent | Make federation endpoints more tolerant of trailing slashes v2 (#4935) (diff) | |
download | synapse-903f04c21fec3bbc1337bc9552f223e17b87f6bf.tar.xz |
Use the state event amount for userdir import batching, not room count (#4944)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/4944.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/4944.feature b/changelog.d/4944.feature new file mode 100644 index 0000000000..8f792b8890 --- /dev/null +++ b/changelog.d/4944.feature @@ -0,0 +1 @@ +The user directory has been rewritten to make it faster, with less chance of falling behind on a large server. |