Increase MAX_EVENTS_BEHIND for replication clients

pull/6967/head
Erik Johnston 2018-02-14 13:53:02 +00:00 committed by Richard van der Hoff
parent 99eed85a77
commit 0bd8cf435e
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ import attr
logger = logging.getLogger(__name__)
MAX_EVENTS_BEHIND = 10000
MAX_EVENTS_BEHIND = 500000
BackfillStreamRow = namedtuple(
"BackfillStreamRow",