mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-10 17:03:20 -04:00
This patch removes the use of `OrderTracker` because the implementation of `EventCacheStore::load_all_chunks_metadata` for `SqliteEventCacheStore` is the cause of severe slownesses (up to 100s for some account). We are going to undo this patch once the problem has been solved.