mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-06-20 16:04:07 -04:00
Increase MAX_EVENTS_BEHIND for replication clients
This commit is contained in:
parent
99eed85a77
commit
0bd8cf435e
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue