Commit eb7b83c1 authored by nanahira's avatar nanahira

no mirror

parent d3d950a2
Pipeline #5467 canceled with stage
in 5 minutes and 15 seconds
...@@ -310,7 +310,7 @@ export class UpdateService extends ConsoleLogger { ...@@ -310,7 +310,7 @@ export class UpdateService extends ConsoleLogger {
if (!allPartArchives.length || (fullArchive && this.getCostOfArchives([fullArchive]) <= this.getCostOfArchives(allPartArchives))) { if (!allPartArchives.length || (fullArchive && this.getCostOfArchives([fullArchive]) <= this.getCostOfArchives(allPartArchives))) {
archives = [fullArchive]; archives = [fullArchive];
} }
await this.mirror.lookForArchivesMirror(archives); // await this.mirror.lookForArchivesMirror(archives);
//this.log(`Time used: ${moment().diff(clock, 'seconds')} s`); //this.log(`Time used: ${moment().diff(clock, 'seconds')} s`);
return { return {
cdnUrl: this.cdnUrl, cdnUrl: this.cdnUrl,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment