diff options
author | Richard van der Hoff <richard@matrix.org> | 2018-08-07 10:00:03 +0100 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2018-08-07 10:00:03 +0100 |
commit | ca9bc1f4feaaabce48595ee2e387529f5bd365e6 (patch) | |
tree | 2094a202f1949f3ff8ff9984049ac56ede23e9b4 /synapse | |
parent | Return M_NOT_FOUND when a profile could not be found. (#3596) (diff) | |
download | synapse-ca9bc1f4feaaabce48595ee2e387529f5bd365e6.tar.xz |
Fix occasional glitches in the synapse_event_persisted_position metric
Every so often this metric glitched to a negative number. I'm assuming it was due to backfilled events.
Diffstat (limited to 'synapse')
-rw-r--r-- | synapse/storage/events.py | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/synapse/storage/events.py b/synapse/storage/events.py |