0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-09-30 14:58:59 +02:00
dendrite/roomserver/internal/input
Neil Alexander 532f445c4e
Remove roomserver input deadlines (#2144)
It isn't really clear that the deadlines actually help 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 12:13:07 +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 Remove roomserver input deadlines (#2144) 2022-02-04 12:13:07 +00:00