Commit 13235622 authored by nanahira's avatar nanahira

Update packager.service.ts

parent 0a0bfa46
Pipeline #15196 passed with stages
in 4 minutes and 57 seconds
......@@ -212,7 +212,7 @@ export class PackagerService extends ConsoleLogger {
}
async archive(root: string, archiveTask: ArchiveTask): Promise<Archive> {
return this.redlock.using([`archive:${archiveTask.path}`], 30000, async () =>
return this.redlock.using([`archive:${archiveTask.path}`], 5000, async () =>
this.archiveQueue.add(() => this.archiveProcess(root, archiveTask))
);
}
......
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