Settings and activity
2 results found
-
1 vote
An error occurred while saving the comment -
3 votes
An error occurred while saving the comment Hi David,
thank you for your suggestion!
This is definitely something we will support in the future, and sooner rather than later.
Hi,
the file size limitation is on uploads (i.e. the request payload), not image downloads.
The reason for the limit is that there's a direct correlation between the size of the request and the processing time. In other words, large request payloads are very likely to time out before completion, so it makes sense to drop them immediately in the vast majority of cases.
That said, the default size was changed to 50mb from 2mb in the last version. They will however time out if they do not complete within the max processing time (which is set to 3500ms by default, and can be overridden if using the server as a module).
Also note that if you're hosting your export server in a cloud environment, you also need to make sure that your load balancer is configured to accept larger request payloads.