summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2018-02-14 13:53:02 +0000
committerErik Johnston <erik@matrix.org>2018-02-15 09:51:09 +0000
commit61885f78496e06b8e5d75bc0306563b72dca17a5 (patch)
tree9887843ca9af74cb6ee49453641c35a522cc607f /synapse
parentDisable presence in txn queue (diff)
downloadsynapse-61885f78496e06b8e5d75bc0306563b72dca17a5.tar.xz
Increase MAX_EVENTS_BEHIND for replication clients
Diffstat (limited to 'synapse')
-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", (