diff --git a/lib/node.js b/lib/node.js index 2ca149f..1bce826 100644 --- a/lib/node.js +++ b/lib/node.js @@ -711,7 +711,7 @@ Node.prototype.setWatches = function() this._debouncedChain = debounce(function(hash) { console.info('>>>', 'Debounced'); self._latestQueue.push(hash); - }, self._chan_min_time); + }, 120); this._debouncedPending = debounce(function() { self.getPending();