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:
Jean Lauliac 2017-05-04 09:03:08 -07:00 committed by Facebook Github Bot
parent 1a0e78c4e4
commit 76d6f904b1
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ class TerminalReporter {
this._activeBundles = new Map();
this._scheduleUpdateBundleProgress = throttle(data => {
this.update({...data, type: 'bundle_transform_progressed_throttled'});
}, 200);
}, 100);
}
/**