Commit a3afc3fd authored by nanahira's avatar nanahira

remove size order

parent 0f5fd8c0
Pipeline #4885 passed with stages
in 2 minutes and 6 seconds
......@@ -143,7 +143,7 @@ export class UpdateService extends ConsoleLogger {
qb
.andWhere('archive.role != :partRole', { partRole: ArchiveType.Part })
.andWhere(':requestedFiles = archive.files', { requestedFiles: requestedFiles })
.orderBy('archive.size', 'ASC')
// .orderBy('archive.size', 'ASC')
.limit(1),
true
);
......
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