Commit b5fc237d authored by nanahira's avatar nanahira

revert

parent 0c4a6cdf
Pipeline #17482 passed with stages
in 1 minute and 18 seconds
......@@ -138,7 +138,7 @@ export class MirrorService extends ConsoleLogger implements OnApplicationBootstr
.andWhere(
`not exists ${query.subQuery().select('mirror.path').from(ArchiveMirror, 'mirror').where('archive.path = mirror.path').getQuery()}`
)
.orderBy('archive.id', 'DESC')
// .orderBy('archive.id', 'DESC')
.take(this.mirrorConcurrent);
this.log(`Searching for archives to mirror`);
const archives = await query.getMany();
......
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