For each JOIN_THREAD update we were iterating over all the entry / message infos. Grouping them by threadID will improve the performance when we deliver more than one action of this type.
Depends on D8768
Differential D8776
[keyserver] Group entry and message infos by threadID instead of iterating over them for each JOIN_THREAD update tomek on Aug 10 2023, 5:03 AM. Authored by Tags None Referenced Files
Subscribers
Details For each JOIN_THREAD update we were iterating over all the entry / message infos. Grouping them by threadID will improve the performance when we deliver more than one action of this type. Depends on D8768 Reintroduce removed code and add console logs where we compare previous with new results. Then join a thread and check if the result is the same.
Diff Detail
|