Commit 955068fb authored by nanahira's avatar nanahira

remove backup

parent 30cad942
Pipeline #39487 passed with stages
in 2 minutes and 15 seconds
......@@ -146,8 +146,8 @@ export class UpdateService extends ConsoleLogger {
private async prepareUrl(archives: Archive[], ip: string) {
await this.mirror.lookForArchivesMirror(archives, ip);
const isChina = this.chnroute.isChina(ip);
archives.forEach((a) => a.fillUrl(this.cdnUrl, this.cdnUrlOversize, isChina));
// const isChina = this.chnroute.isChina(ip);
archives.forEach((a) => a.fillUrl(this.cdnUrl, this.cdnUrlOversize, false));
return 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