diff options
author | Matthew Hodgson <matthew@matrix.org> | 2019-01-15 21:46:29 +0000 |
---|---|---|
committer | Matthew Hodgson <matthew@matrix.org> | 2019-01-15 21:46:29 +0000 |
commit | b4796d18149948fed4b864b61f655ecfe068d4b3 (patch) | |
tree | d3b67c5ecbc3369522637d52b8df60d97236805f | |
parent | don't store remote device lists if they have more than 10K devices (diff) | |
download | synapse-b4796d18149948fed4b864b61f655ecfe068d4b3.tar.xz |
drop the limit to 1K as e2e will be hosed beyond that point anyway
-rw-r--r-- | synapse/handlers/device.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/synapse/handlers/device.py b/synapse/handlers/device.py |