mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-06-25 05:00:26 -04:00
When restarting a partial join resync, prioritise the server which actioned a partial join (#14126)
This commit is contained in:
parent
4af93bd7f6
commit
c3a4780080
6 changed files with 95 additions and 31 deletions
|
@ -1658,7 +1658,7 @@ class DatabasePool:
|
|||
table: string giving the table name
|
||||
keyvalues: dict of column names and values to select the row with
|
||||
retcol: string giving the name of the column to return
|
||||
allow_none: If true, return None instead of failing if the SELECT
|
||||
allow_none: If true, return None instead of raising StoreError if the SELECT
|
||||
statement returns no rows
|
||||
desc: description of the transaction, for logging and metrics
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue