Increase MAX_EVENTS_BEHIND for replication clients

pull/3476/head
Erik Johnston 2018-02-14 13:53:02 +00:00 committed by Richard van der Hoff
parent e6b1ea3eb2
commit 1766a5fdc0
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ import logging
logger = logging.getLogger(__name__)
MAX_EVENTS_BEHIND = 10000
MAX_EVENTS_BEHIND = 500000
EventStreamRow = namedtuple("EventStreamRow", (