I am storing base64 data into Couchbase document. So its size being around 3.6MB in Couchbase bucket. This large size document worked on web. But this large document did not sync into Mobile. If remove that base64 property from document, that document synced immediately into mobile. So could not get this document on mobile. I searched in Google, get some ideas "Couchbase document max size limit is 20MB". Is there any way to change/configure Sync document size limit?