You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -710,7 +710,7 @@ You may supply a number of options when you start to listen to the changes feed:
710
710
| includeDocs | Whether to include document bodies or not | false | e.g. true |
711
711
| wait | For `get`/`start` mode, automatically pause the changes reader after each request. When the the user calls `resume()`, the changes reader will resume. | false | e.g. true |
712
712
| fastChanges | Adds a seq_interval parameter to fetch changes more quickly | false | true ||
713
-
| selector | Filters the changes feed with the supplied Mango selector |{"name":"fred}| null ||
713
+
| selector | Filters the changes feed with the supplied Mango selector |null| {"name":"fred}||
714
714
| timeout | The number of milliseconds a changes feed request waits for data| 60000 | 10000 |
0 commit comments