dendrite/roomserver/internal/input
Neil Alexander b3753521b4
Use KindOld instead of KindNew for fetched missing events
This should reduce backpressure on the roomserver input quite a bit because `KindNew` requires far more checks. If we filled the gap then we can skip all the effort of checking for missing previous events and we don't want to run the latest events updater for these events either.
2022-02-07 11:41:05 +00:00
..
input.go Full roomserver input transactional isolation (#2141) 2022-02-04 10:39:34 +00:00
input_events.go Remove roomserver input deadlines (#2144) 2022-02-04 12:13:07 +00:00
input_latest_events.go Full roomserver input transactional isolation (#2141) 2022-02-04 10:39:34 +00:00
input_membership.go Full roomserver input transactional isolation (#2141) 2022-02-04 10:39:34 +00:00
input_missing.go Use KindOld instead of KindNew for fetched missing events 2022-02-07 11:41:05 +00:00