diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2019-06-24 09:55:12 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-24 09:55:12 +0100 |
commit | c753c098dd79c8a2641f394c1fdb91aba24f11f4 (patch) | |
tree | 1704ca23119c468e4ba4df01f7d1eddc679fca95 /changelog.d | |
parent | Drop support for cpu_affinity (#5525) (diff) | |
parent | Use monotonic clock where possible for metrics (diff) | |
download | synapse-c753c098dd79c8a2641f394c1fdb91aba24f11f4.tar.xz |
Merge pull request #5498 from matrix-org/rav/fix_clock_reversal
Use monotonic clock where possible for metrics
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/5498.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/5498.bugfix b/changelog.d/5498.bugfix new file mode 100644 index 0000000000..6ef298d20c --- /dev/null +++ b/changelog.d/5498.bugfix @@ -0,0 +1 @@ +Fix intermittent exceptions on Apple hardware. Also fix bug that caused database activity times to be under-reported in log lines. |