mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-01-22 00:11:07 -05:00
Increase MAX_EVENTS_BEHIND for replication clients
This commit is contained in:
parent
99eed85a77
commit
0bd8cf435e
@ -24,7 +24,7 @@ import attr
|
|||||||
logger = logging.getLogger(__name__)
|
logger = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
|
||||||
MAX_EVENTS_BEHIND = 10000
|
MAX_EVENTS_BEHIND = 500000
|
||||||
|
|
||||||
BackfillStreamRow = namedtuple(
|
BackfillStreamRow = namedtuple(
|
||||||
"BackfillStreamRow",
|
"BackfillStreamRow",
|
||||||
|
Loading…
Reference in New Issue
Block a user