set chain debounce timeout to 120ms
This commit is contained in:
parent
d3a6927707
commit
d571825460
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user