Skip to content
Snippets Groups Projects
Commit 0bd8cf43 authored by Erik Johnston's avatar Erik Johnston Committed by Richard van der Hoff
Browse files

Increase MAX_EVENTS_BEHIND for replication clients

parent 99eed85a
No related branches found
No related tags found
No related merge requests found
......@@ -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.
Please register or to comment