set chain debounce timeout to 120ms

This commit is contained in:
cubedro 2015-06-24 03:26:18 +03:00
parent d3a6927707
commit d571825460
1 changed files with 1 additions and 1 deletions

View File

@ -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();