Is there any size limit of storing documents in couchbase lite database?

Hi, i have implemented Couchbase Lite in my Android application. Is there any size limit on couchdb that maximum that specific number documents can be saved in db. Currently i have one document of size around 70kb.

“couchdb” or “couchbase lite” ? I’ll presume the latter

Are you asking about number of documents or individual document size ?

Document size limit is 20MB.
There are no hard limits on number of documents. Are you running into issues ?