nickva commented on issue #785: Implement attachment size limits URL: https://github.com/apache/couchdb/pull/785#issuecomment-326674803 @iilyak I think that's expected the size of the attachment then is the compressed size which is 24 or so ( <= 50). At least I don't see the server decoding it, it just saves it as 24. Oh I wonder if you meant the case where attachments are auto-compressed on the server when stored to disk. In that case it would be just checked based on Content-type so setting that to text/plain would enable it. However that's similar a bit to how compression works for documents, it saves disk space but external size and doc size limits is still calculated based on uploaded (uncompressed) size. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
With regards, Apache Git Services
