diff options
author | Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> | 2021-09-06 14:35:56 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-06 14:35:56 +0100 |
commit | 7bb3673f37d02d8bcda586daaac3334aebe81195 (patch) | |
tree | 739ec7217261e5591a75392a54d867cc5c842ef1 /changelog.d | |
parent | Doc: Clarifying undoing room shutdowns (#10480) (diff) | |
download | synapse-7bb3673f37d02d8bcda586daaac3334aebe81195.tar.xz |
Ease searching for M_TOO_LARGE-related error codes (#10750)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/10750.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/10750.misc b/changelog.d/10750.misc new file mode 100644 index 0000000000..ded5cf626c --- /dev/null +++ b/changelog.d/10750.misc @@ -0,0 +1 @@ +Refactor event size checking code to simplify searching the codebase for the origins of certain error strings that are occasionally emitted. \ No newline at end of file |