Skip to content

Commit 01fa1b5

Browse files
authored
Merge pull request #196 from zmillman/patch-1
Add note about projectsSnapshots property
2 parents 762e05d + 24cae9c commit 01fa1b5

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)