diff options
author | Matthew Hodgson <matthew@arasphere.net> | 2019-01-15 21:47:00 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-15 21:47:00 +0000 |
commit | b43172ffbceb5b9a703073e4ade17e9e9ec4cd38 (patch) | |
tree | bbfe5298b1d366804cffbc43dbaba2bb4a37e806 | |
parent | Merge tag 'v0.34.1.1' into matrix-org-hotfixes (diff) | |
parent | drop the limit to 1K as e2e will be hosed beyond that point anyway (diff) | |
download | synapse-b43172ffbceb5b9a703073e4ade17e9e9ec4cd38.tar.xz |
Merge pull request #4396 from matrix-org/matthew/bodge_device_update_dos
limit remote device lists to 10000 entries per user
-rw-r--r-- | synapse/handlers/device.py | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/synapse/handlers/device.py b/synapse/handlers/device.py |