Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Increase MAX_EVENTS_BEHIND for replication clients
Browse files Browse the repository at this point in the history
  • Loading branch information
erikjohnston authored and richvdh committed Jun 22, 2018
1 parent e6b1ea3 commit 1766a5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion synapse/replication/tcp/streams.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
logger = logging.getLogger(__name__)


MAX_EVENTS_BEHIND = 10000
MAX_EVENTS_BEHIND = 500000


EventStreamRow = namedtuple("EventStreamRow", (
Expand Down

0 comments on commit 1766a5f

Please sign in to comment.