You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 12, 2022. It is now read-only.
I am building a "standalone" mobile app by following the example app ReactNativeCouchbaseLiteExample.
Since i want to hold only one document(ie only the original document) without any revision document, i thought to set maxRevTreeDepth to 1, but not sure where to set this property.
Do we need to add extra attribute 'maxRevTreeDepth' to put_db as show below?
manager.database.put_db({db: DB_NAME, maxRevTreeDepth :1})
The text was updated successfully, but these errors were encountered:
ugendrang
changed the title
Where to set the property maxRevTreeDepth
How to set the property maxRevTreeDepth
Nov 11, 2017
I am building a "standalone" mobile app by following the example app ReactNativeCouchbaseLiteExample.
Since i want to hold only one document(ie only the original document) without any revision document, i thought to set maxRevTreeDepth to 1, but not sure where to set this property.
Do we need to add extra attribute 'maxRevTreeDepth' to put_db as show below?
manager.database.put_db({db: DB_NAME, maxRevTreeDepth :1})
The text was updated successfully, but these errors were encountered: