Comparing version 0.10.4 to 0.11.0
@@ -593,5 +593,22 @@ // Core routines for event emitters | ||
return self.die(new Error('Req ' + self.pending.request.id() + ' made no changes for ' + elapsed_s + 's')); | ||
// | ||
// Since this is actually not fatal, lets just totally reset and start a new | ||
// request, JUST in case something was bad. | ||
// | ||
self.log.debug('Req ' + self.pending.request.id() + ' made no changes for ' + elapsed_s + 's'); | ||
return self.restart(); | ||
} | ||
Feed.prototype.restart = function restart() { | ||
var self = this | ||
self.emit('restart') | ||
// Kill ourselves and then start up once again | ||
self.stop() | ||
self.dead = false | ||
self.start() | ||
} | ||
module.exports = { "Feed" : Feed | ||
@@ -598,0 +615,0 @@ }; |
{ "name": "follow" | ||
, "version": "0.10.4" | ||
, "version": "0.11.0" | ||
, "author": { "name": "Jason Smith" | ||
, "email": "jhs@iriscouch.com" } | ||
, "description": "Extremely robust, fault-tolerant CouchDB changes follower" | ||
, "license": "Apache 2.0" | ||
, "keywords": ["couchdb", "changes", "sleep", "sleepy"] | ||
@@ -11,3 +12,3 @@ , "homepage": "http://github.com/iriscouch/follow" | ||
, "engines": { "node": "0.10.x || 0.8.x" } | ||
, "dependencies" : { "request" : "~2.30.0" | ||
, "dependencies" : { "request" : "~2.34.0" | ||
, "browser-request" : "~0.3.0" | ||
@@ -14,0 +15,0 @@ , "debug": "~0.7.2" |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
223181
2884
+ Addedrequest@2.34.0(transitive)
+ Addedtldts@6.1.61(transitive)
+ Addedtldts-core@6.1.61(transitive)
+ Addedtough-cookie@5.0.0(transitive)
- Removedpunycode@2.3.1(transitive)
- Removedrequest@2.30.0(transitive)
- Removedtough-cookie@0.9.15(transitive)
Updatedrequest@~2.34.0