Place to discuss the usage of the Attachment Size Restriction Feature
Usage
The properties file confluenceSettings.properties will now have an additional property it handles: attachment.size.max
The default is set to -1, which means there is no size restriction for attachments.
To set a size restriction, set the value of this property like so:
attachment.size.max=10M
which would mean that files of 10M or greater would be filtered out.
The value of this setting must be [number][\unit].
Units that you can use are B (bytes), K (kB), M(mB), and G (GB). If you don't pick one, the default is B (bytes).
If your value is malformed, the UWC will ignore the setting, and provide no restrictions.
The related JIRA issue is: uwc-146.
Screenshots
In the properties file:

In the GUI:

Version
| As of v45 This feature was released with v45 of the UWC. |
