dendrite/roomserver/internal/input
Neil Alexander 8c7b4be5d2
Remove roomserver input deadlines
It isn't really clear that this actually helps in any way. Currently we can use up our 2 minutes doing something, run out of context time and then return an error which causes the transaction to rollback and forgetting everything we've done. If the message came to us from NATS then we probably will end up retrying just to be in the same situation. We'd be really a lot better if we just spent the time reconciling the problem in the first place, and then we're much less likely to need to fetch those missing auth or prev events in the future.

Also includes matrix-org/gomatrixserverlib#287 so we don't wait so long for servers that are obviously dead.
2022-02-04 11:26:02 +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 2022-02-04 11:26:02 +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 Remove roomserver input deadlines 2022-02-04 11:26:02 +00:00