diff options
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/6250.misc | 1 | ||||
-rw-r--r-- | changelog.d/6251.misc | 1 | ||||
-rw-r--r-- | changelog.d/6255.misc | 1 | ||||
-rw-r--r-- | changelog.d/6256.bugfix | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/changelog.d/6250.misc b/changelog.d/6250.misc new file mode 100644 index 0000000000..12e3fe66b0 --- /dev/null +++ b/changelog.d/6250.misc @@ -0,0 +1 @@ +Reduce verbosity of user/room stats. diff --git a/changelog.d/6251.misc b/changelog.d/6251.misc new file mode 100644 index 0000000000..371c6983be --- /dev/null +++ b/changelog.d/6251.misc @@ -0,0 +1 @@ +Reduce impact of debug logging. diff --git a/changelog.d/6255.misc b/changelog.d/6255.misc new file mode 100644 index 0000000000..45bc493648 --- /dev/null +++ b/changelog.d/6255.misc @@ -0,0 +1 @@ +Small performance improvement by removing repeated config lookups in room stats calculation. diff --git a/changelog.d/6256.bugfix b/changelog.d/6256.bugfix new file mode 100644 index 0000000000..4b619f8cf8 --- /dev/null +++ b/changelog.d/6256.bugfix @@ -0,0 +1 @@ +Fix /keys/query API on workers. |