summary refs log tree commit diff
path: root/synapse/util/async_helpers.py (unfollow)
Commit message (Expand)AuthorFilesLines
2019-01-15warn if we ignore device listsMatthew Hodgson1-0/+4
2019-01-15drop the limit to 1K as e2e will be hosed beyond that point anywayMatthew Hodgson1-2/+2
2019-01-15don't store remote device lists if they have more than 10K devicesMatthew Hodgson1-12/+13
2019-01-15