summary refs log tree commit diff
path: root/synapse/replication/tcp/streams.py
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2018-02-14 13:53:02 +0000
committerRichard van der Hoff <richard@matrix.org>2018-06-22 15:58:14 +0100
commit1766a5fdc09da970b44477690b8f1825e1265fb4 (patch)
tree78d2b136d9fb8cac0793884a6ee896ad3cb5eb8a /synapse/replication/tcp/streams.py
parentDisable presence in txn queue (diff)
downloadsynapse-1766a5fdc09da970b44477690b8f1825e1265fb4.tar.xz
Increase MAX_EVENTS_BEHIND for replication clients
Diffstat (limited to 'synapse/replication/tcp/streams.py')
-rw-r--r--synapse/replication/tcp/streams.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/replication/tcp/streams.py b/synapse/replication/tcp/streams.py

index 4c60bf79f9..07d99dd63c 100644 --- a/synapse/replication/tcp/streams.py +++ b/synapse/replication/tcp/streams.py
@@ -33,7 +33,7 @@ import logging logger = logging.getLogger(__name__) -MAX_EVENTS_BEHIND = 10000 +MAX_EVENTS_BEHIND = 500000 EventStreamRow = namedtuple("EventStreamRow", (