diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2022-01-19 11:50:09 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-19 16:50:09 +0000 |
commit | c072c0b82969879cd08d0d6e669ded509f1e833b (patch) | |
tree | 18604e1a856ef5c16c5d880e1c824ffade6c5fe7 /changelog.d | |
parent | Add missing `auto_attribs=True` to the `_WrappedRustReporter` class (#11768) (diff) | |
download | synapse-c072c0b82969879cd08d0d6e669ded509f1e833b.tar.xz |
Fix mypy for platforms without epoll support. (#11771)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/11771.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/11771.misc b/changelog.d/11771.misc new file mode 100644 index 0000000000..e9d5dae857 --- /dev/null +++ b/changelog.d/11771.misc @@ -0,0 +1 @@ +Improve accuracy of `python_twisted_reactor_tick_time` prometheus metric. |