File size upload limit

When planning for uploading files for the TERR service, you can set the file size limit for uploading using the properties setting for the Spring Boot framework. If you change this setting, consider how the file size might affect the speed at which files can be uploaded.

Configuration property Default setting Description
spring.servlet.multipart.max-file-size 100 MB The total file size for upload cannot exceed the value for this setting.
spring.servlet.multipart.max-request-size 100 MB The total request size for a multipart file upload cannot exceed the value for this setting.