Skip to content

Commit 95d687d

Browse files
committed
Use 'live' instead of 'continuous' keyword
1 parent 9b8ff3d commit 95d687d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

js/app.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,11 @@
6363
syncDom.setAttribute('data-sync-state', 'syncing');
6464
var remote = new PouchDB(remoteCouch, {headers: {'Cookie': cookie}});
6565
var pushRep = db.replicate.to(remote, {
66-
continuous: true,
66+
live: true,
6767
complete: syncError
6868
});
6969
var pullRep = db.replicate.from(remote, {
70-
continuous: true,
70+
live: true,
7171
complete: syncError
7272
});
7373
}

0 commit comments

Comments
 (0)