Skip to content

Commit 24cae9c

Browse files
authored
Add note about projectsSnapshots property
1 parent ea5053b commit 24cae9c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/db/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ function DB(options) {
77
}
88
module.exports = DB;
99

10+
// When false, Backend will handle projections instead of DB
1011
DB.prototype.projectsSnapshots = false;
1112
DB.prototype.disableSubscribe = false;
1213

0 commit comments

Comments
 (0)