mirror of
https://github.com/status-im/metro.git
synced 2025-02-04 15:24:26 +00:00
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
30fbc64823
commit
c6a7491405
@ -76,7 +76,7 @@ class TerminalReporter {
|
||||
this._activeBundles = new Map();
|
||||
this._scheduleUpdateBundleProgress = throttle(data => {
|
||||
this.update({...data, type: 'bundle_transform_progressed_throttled'});
|
||||
}, 200);
|
||||
}, 100);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user