diff options
author | Eric Eastwood <erice@element.io> | 2022-09-30 20:24:39 -0500 |
---|---|---|
committer | Eric Eastwood <erice@element.io> | 2022-09-30 20:24:39 -0500 |
commit | 4a495ac43b093eb5e223b64ab5bc033233ab83b9 (patch) | |
tree | a656afce9494d347c1cf960fe941e2d842ea2422 /changelog.d/13879.misc | |
parent | Merge branch 'develop' into madlittlemods/11850-migrate-to-opentelemetry (diff) | |
parent | Clarifications in user directory for users who share rooms tracking (#13966) (diff) | |
download | synapse-4a495ac43b093eb5e223b64ab5bc033233ab83b9.tar.xz |
Merge branch 'develop' into madlittlemods/11850-migrate-to-opentelemetry
Conflicts: synapse/handlers/message.py synapse/logging/opentracing.py
Diffstat (limited to 'changelog.d/13879.misc')
-rw-r--r-- | changelog.d/13879.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/13879.misc b/changelog.d/13879.misc new file mode 100644 index 0000000000..3cc2a2420f --- /dev/null +++ b/changelog.d/13879.misc @@ -0,0 +1 @@ +Only pull relevant backfill points from the database based on the current depth and limit (instead of all) every time we want to `/backfill`. |