Commit 0f098f0c authored by nanahira's avatar nanahira

larger limit

parent 802fe5d8
Pipeline #5431 passed with stages
in 3 minutes and 28 seconds
...@@ -132,7 +132,7 @@ export class MirrorService extends ConsoleLogger { ...@@ -132,7 +132,7 @@ export class MirrorService extends ConsoleLogger {
.andWhere( .andWhere(
`not exists ${query.subQuery().select('mirror.path').from(ArchiveMirror, 'mirror').where('archive.path = mirror.path').getQuery()}` `not exists ${query.subQuery().select('mirror.path').from(ArchiveMirror, 'mirror').where('archive.path = mirror.path').getQuery()}`
) )
.take(10); .take(100);
this.log(`Searching for archives to mirror`); this.log(`Searching for archives to mirror`);
const archives = await query.getMany(); const archives = await query.getMany();
if (!archives.length) { if (!archives.length) {
......
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