Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove NSDataReadingMappedIfSafe when reading attachment content
NSDataReadingMappedIfSafe option can keep the file descriptors of the attachments open if the client application keeps holding the NSData object returned by CBLAttachment.content. For a very big attachment, alternatively, users can call contentURL and read the NSData with the NSDataReadingMappedIfSafe option themselves. #649
- Loading branch information