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})