Skip to content

Commit 4108bc4

Browse files
committedMay 8, 2016
improved docs
1 parent 5e72d37 commit 4108bc4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎readme.md

+2
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,8 @@ All `start` options will be passed directly to `PouchDB.replicate`:
8787
* `options.maxTimeout` - the retry timeout for the default backoff will never exceed this value (default 600000, 10 min). Set to 0 to allow infinite backoff.
8888
* `options.back_off_function` - supply your own backoff function. `maxTimeout` has no effect with this option.
8989

90+
All write requests will ALWAYS go to the remote db first, and the promise will only resolve after changes are confirmed to have replicated to local. When replication is paused, all read requests will also go to remote. After the initial replication has finished all read requests will come from the local db as long as replication stays active.
91+
9092
Road Map
9193
---
9294

0 commit comments

Comments
 (0)
Please sign in to comment.