diff options
author | Mateusz PrzybyĆowicz <uamfhq@gmail.com> | 2020-10-09 17:58:23 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-09 16:58:23 +0100 |
commit | ca2db5dd0c9fc430a931b4d456fea6a5300b8b42 (patch) | |
tree | 5098c681a074d3a0c5c938f4b2e15feadd3652e8 /changelog.d | |
parent | Add type hints to response cache. (#8507) (diff) | |
download | synapse-ca2db5dd0c9fc430a931b4d456fea6a5300b8b42.tar.xz |
Increase default max_upload_size from 10M to 50M (#8502)
Signed-off-by: Mateusz PrzybyĆowicz <uamfhq@gmail.com>
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/8502.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8502.feature b/changelog.d/8502.feature new file mode 100644 index 0000000000..faab8d3042 --- /dev/null +++ b/changelog.d/8502.feature @@ -0,0 +1 @@ +Increase default upload size limit from 10M to 50M. Contributed by @Akkowicz. |