diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2021-07-06 11:00:05 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-06 11:00:05 +0100 |
commit | d7a94a7dcc955e08bf6bc62b95e02965b304af7f (patch) | |
tree | 2de5a5e44929f5f53c189ffe2160e56e7cfb9c5e /changelog.d | |
parent | Add support for evicting cache entries based on last access time. (#10205) (diff) | |
download | synapse-d7a94a7dcc955e08bf6bc62b95e02965b304af7f.tar.xz |
Add upgrade notes about disk space for events migration (#10314)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/10314.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/10314.bugfix b/changelog.d/10314.bugfix new file mode 100644 index 0000000000..7ebda7cdc2 --- /dev/null +++ b/changelog.d/10314.bugfix @@ -0,0 +1 @@ +Fix a long-standing bug where Synapse would return errors after 2<sup>31</sup> events were handled by the server. |