Don't send catchup transactions for matrix hq
This is because there are problems with HQ atm.erikj/disable_catchup_to_hq
parent
0bbdca814a
commit
5575b5cb43
|
@ -411,6 +411,7 @@ class TransactionWorkerStore(CacheInvalidationWorkerStore):
|
||||||
JOIN events USING (stream_ordering)
|
JOIN events USING (stream_ordering)
|
||||||
WHERE destination = ?
|
WHERE destination = ?
|
||||||
AND stream_ordering > ?
|
AND stream_ordering > ?
|
||||||
|
AND room_id != '!OGEhHVWSdvArJzumhm:matrix.org'
|
||||||
ORDER BY stream_ordering
|
ORDER BY stream_ordering
|
||||||
LIMIT 50
|
LIMIT 50
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in New Issue