#50945 closed enhancement (fixed)
Site Health: don't give a warning when upload_max_size is lower than max_post_size
| Reported by: | jeroenrotty | Owned by: | SergeyBiryukov |
|---|---|---|---|
| Priority: | normal | Milestone: | 5.5.1 |
| Component: | Site Health | Version: | 5.5 |
| Severity: | normal | Keywords: | good-first-bug has-patch commit fixed-major i18n-change |
| Cc: | Focuses: |
Description
Site Health component added a new check in version 5.5 where post_max_size differs from upload_max_size which can lead to upload issues.
However, there is no need to show a warning/error if post_max_size is a higher value than upload_max_size. In a current site I maintain, post_max_size is 8M and the max_upload_size is 2M and the Improvement is shown.
Also, the copy might need to be reviewed, as we literally say that the values differ and *that* is the issue.
Attachments (1)
Change History (12)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Introduced in [48535] and adjusted in [48538-48539,48544] (see #50038).