diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2020-07-15 10:34:53 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-15 10:34:53 +0100 |
commit | 1d9dca02f94a121920f37d6956e9db93d36f1821 (patch) | |
tree | 771ce39d98038f66733e923f2414f554cc4a9ef1 /changelog.d | |
parent | Fix bug in per-room message retention policies. (#7850) (diff) | |
download | synapse-1d9dca02f94a121920f37d6956e9db93d36f1821.tar.xz |
remove `retry_on_integrity_error` wrapper for persist_events (#7848)
As far as I can tell from the sentry logs, the only time this has actually done anything in the last two years is when we had two master workers running at once, and even then, it made a bit of a mess of it (see https://github.com/matrix-org/synapse/issues/7845#issuecomment-658238739). Generally I feel like this code is doing more harm than good.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/7848.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7848.misc b/changelog.d/7848.misc new file mode 100644 index 0000000000..d9db1d8357 --- /dev/null +++ b/changelog.d/7848.misc @@ -0,0 +1 @@ +Remove redundant `retry_on_integrity_error` wrapper for event persistence code. |