diff options
author | Erik Johnston <erikj@matrix.org> | 2023-11-29 11:54:42 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-29 11:54:42 +0000 |
commit | df366966b4f16d22330f1a3783a6e4bee8aa22a7 (patch) | |
tree | 944da380ad00c23cc0ad71461571752a67b59cde /synapse | |
parent | Bump cryptography from 41.0.5 to 41.0.6 (#16703) (diff) | |
download | synapse-df366966b4f16d22330f1a3783a6e4bee8aa22a7.tar.xz |
Speed up pruning of `user_ips` table (#16667)
Silly query planner
Diffstat (limited to 'synapse')
-rw-r--r-- | synapse/storage/databases/main/client_ips.py | 17 |
1 files changed, 7 insertions, 10 deletions
diff --git a/synapse/storage/databases/main/client_ips.py b/synapse/storage/databases/main/client_ips.py |