Created
August 17, 2015 12:13
-
-
Save ronycohen/fc91ac057338c49ad3d3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
http://i.snag.gy/eW5dW.jpg |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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