mirror of
https://gitlab.silvrtree.co.uk/martind2000/nci.git
synced 2025-01-11 00:35:08 +00:00
decrease throttle time for current build step
This commit is contained in:
parent
7906ebb9f6
commit
7dc800e41c
@ -17,7 +17,7 @@ inherits(Executor, EventEmitter);
|
||||
|
||||
Executor.prototype.throttledEmit = _(function() {
|
||||
this.emit.apply(this, arguments);
|
||||
}).throttle(1500);
|
||||
}).throttle(500);
|
||||
|
||||
Executor.prototype._getSources = function(params, callback) {
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user