decrease throttle time for current build step

This commit is contained in:
oleg 2015-12-26 00:14:21 +03:00
parent 7906ebb9f6
commit 7dc800e41c

View File

@ -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) {
};