Merge pull request #201 from cubedro/develop

Set chain debounce timeout to 120ms
This commit is contained in:
Marian OANCΞA 2015-06-24 03:26:44 +03:00
commit 9f73b3e942
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();