diff options
author | Richard van der Hoff <richard@matrix.org> | 2020-04-23 15:31:25 +0100 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2020-04-23 15:44:35 +0100 |
commit | 23b28266acf0ff58eb290a0b86141d50a4fedba4 (patch) | |
tree | 30e15a43c7ddef03ee753aa595a7822c28faacb1 /synapse/replication/http | |
parent | Revert "Revert "Merge pull request #7315 from matrix-org/babolivier/request_t... (diff) | |
download | synapse-23b28266acf0ff58eb290a0b86141d50a4fedba4.tar.xz |
Remove 'limit' param from `get_repl_stream_updates` API
there doesn't seem to be much point in passing this limit all around, since both sides agree it's meant to be 100.
Diffstat (limited to 'synapse/replication/http')
-rw-r--r-- | synapse/replication/http/streams.py | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/synapse/replication/http/streams.py b/synapse/replication/http/streams.py |