coinboot icon indicating copy to clipboard operation
coinboot copied to clipboard

[perf] Improve download/install of plugins

Open lookfirst opened this issue 2 years ago • 0 comments

Currently in debirf:

this happens in sync: download. decompress. install.

change this to be:

  1. download async.
  2. decompress async.
  3. install sync.

lookfirst avatar Apr 03 '22 18:04 lookfirst