-
Notifications
You must be signed in to change notification settings - Fork 169
Open
Description
I have this running behind Nginx, and initially got 413 error codes because the default request body size limit is too small. Obviously this isn't rest-server's fault, but it would be helpful for the docs to mention what this limit should be; is it the largest file that could be transferred, or a particular size that clients don't go above? Setting unlimited does not seem like a sensible workaround.
Line 171 in 4e4e8c0
| But, even if you use HTTPS transport, the REST protocol should be faster and more scalable, due to some inefficiencies of the SFTP protocol (everything needs to be transferred in chunks of 32 KiB at most, each packet needs to be acknowledged by the server). |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels