mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04: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