summary refs log tree commit diff
path: root/changelog.d/13522.misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 1.66.0rc1David Robertson2022-08-231-1/+0
|
* Make push rules use proper structures. (#13522)Erik Johnston2022-08-161-0/+1
This improves load times for push rules: | Version | Time per user | Time for 1k users | | -------------------- | ------------- | ----------------- | | Before | 138 µs | 138ms | | Now (with custom) | 2.11 µs | 2.11ms | | Now (without custom) | 49.7 ns | 0.05 ms | This therefore has a large impact on send times for rooms with large numbers of local users in the room.