Optimize number of range requests in updater
This commit is contained in:
parent
1a751c07fc
commit
19441cd3f3
13 changed files with 409 additions and 93 deletions
|
@ -487,7 +487,8 @@ export abstract class Updater {
|
|||
await downloadDifferentialData(
|
||||
targetUpdatePath,
|
||||
differentialData,
|
||||
updateOnProgress ? this.throttledSendDownloadingUpdate : undefined
|
||||
updateOnProgress ? this.throttledSendDownloadingUpdate : undefined,
|
||||
this.logger
|
||||
);
|
||||
|
||||
gotUpdate = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue