Commit 97c7e5a6 authored by nanahira's avatar nanahira

no mirror

parent eb7b83c1
Pipeline #5468 passed with stage
in 2 minutes and 41 seconds
......@@ -143,7 +143,7 @@ export class UpdateService extends ConsoleLogger {
const archives = await this.getArchives(id, depotDto, version, (qb) =>
qb.select(['archive.hash', 'archive.path', 'archive.size']).andWhere('archive.role = :fullRole', { fullRole: ArchiveType.Full })
);
await this.mirror.lookForArchivesMirror(archives);
//await this.mirror.lookForArchivesMirror(archives);
return {
cdnUrl: this.cdnUrl,
archives: archives,
......
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