Skip to content

Instantly share code, notes, and snippets.

@ronycohen
Created August 17, 2015 12:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ronycohen/fc91ac057338c49ad3d3 to your computer and use it in GitHub Desktop.
Save ronycohen/fc91ac057338c49ad3d3 to your computer and use it in GitHub Desktop.
[Mon, 17 Aug 2015 10:12:02 GMT] [info] [<0.2377.0>] ******** - - GET /wa-zad4i3m6/_changes?timeout=5000&style=all_docs&feed=longpoll&filter=filters%2Fwafilter1&since=3498&limit=144 200
[Mon, 17 Aug 2015 10:12:08 GMT] [info] [<0.2810.0>] ******** - - GET /wa-zad4i3m6/_changes?timeout=5000&style=all_docs&feed=longpoll&filter=filters%2Fwafilter1&since=3498&limit=144 200
[Mon, 17 Aug 2015 10:12:13 GMT] [info] [<0.2817.0>] ******** - - GET /wa-zad4i3m6/_changes?timeout=5000&style=all_docs&feed=longpoll&filter=filters%2Fwafilter1&since=3498&limit=144 200
remoteSyncOption : {
live: true,
retry : true,
since : null,
batch_size : 150,
conflicts : true,
timeout : 30000,
back_off_function: function (delay) {
if (!delay || delay === 0) {
return 1000;
}
return delay * 2;
},
filter: 'filters/wafilter1'
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment