packager: faster terminal feedback
Summary: Well that's silly but I noticed with faster terminal progress updates, packager *feels* a bit faster :D Reviewed By: davidaurelio Differential Revision: D5002528 fbshipit-source-id: 8a3d5e929dd7fb09ebafda3422886c631016a40f
This commit is contained in:
parent
1a0e78c4e4
commit
76d6f904b1
|
@ -76,7 +76,7 @@ class TerminalReporter {
|
||||||
this._activeBundles = new Map();
|
this._activeBundles = new Map();
|
||||||
this._scheduleUpdateBundleProgress = throttle(data => {
|
this._scheduleUpdateBundleProgress = throttle(data => {
|
||||||
this.update({...data, type: 'bundle_transform_progressed_throttled'});
|
this.update({...data, type: 'bundle_transform_progressed_throttled'});
|
||||||
}, 200);
|
}, 100);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue