0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-06-01 12:08:55 +02:00
dendrite/setup
Till 865fff5f03
Make usage of relays optional, avoid DB roundtrips (#3337)
This should avoid 2 additional DB roundtrips if we don't want to use
relays.

So instead of possibly doing roughly 20k trips to the DB, we are now
"only" doing ~6600.

---------

Co-authored-by: devonh <devon.dmytro@gmail.com>
2024-02-28 20:59:34 +01:00
..
base Add login fallback (#3302) 2024-01-17 17:08:57 +01:00
config Make usage of relays optional, avoid DB roundtrips (#3337) 2024-02-28 20:59:34 +01:00
jetstream Introduce a new stream for the appservice consumer (#3277) 2023-12-12 12:13:55 +01:00
mscs More rows.Close() and rows.Err() (#3262) 2023-11-09 08:42:33 +01:00
process Fix flaky test in process context 2023-05-03 18:21:33 -06:00
flags.go Remove polylith/API mode (#2967) 2023-02-14 12:47:47 +01:00
monolith.go Use pointer when passing the connection manager around (#3152) 2023-07-19 13:37:04 +02:00