File Upload Limitations¶
By default, the following file limitations apply:
- Maximum Upload File Size: 209715200 bytes (200MB)
- Time-To-Live for Uploaded Files: 24 (clean up every 24 hours)
For users with permissions to the Global
instance
of the data/Settings
datamodel, the upload file
size and its time-to-live on the database can be configured.
Files are uploaded to the system database during such activities as:
- Bulk Load
- JSON import
- Theme upload
- any other file upload activity
The time-to-live value applies to uploaded files that have not been used, in other words, imported or processed. By default, a check is done every 24 hours for such files, after which time they are removed.