Skip to content
Snippets Groups Projects
Unverified Commit 272eee1a authored by Richard van der Hoff's avatar Richard van der Hoff Committed by GitHub
Browse files

Merge pull request #6967 from matrix-org/rav/increase_max_events_behind

Increase MAX_EVENTS_BEHIND for replication clients
parents 4f7e4fc2 1fcb9a1a
No related branches found
No related tags found
No related merge requests found
Fix an issue affecting worker-based deployments where replication would stop working, necessitating a full restart, after joining a large room.
......@@ -24,7 +24,7 @@ import attr
logger = logging.getLogger(__name__)
MAX_EVENTS_BEHIND = 10000
MAX_EVENTS_BEHIND = 500000
BackfillStreamRow = namedtuple(
"BackfillStreamRow",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment