Commit 0a0bfa46 authored by nanahira's avatar nanahira

change log time

parent 616eeb79
Pipeline #15021 passed with stages
in 5 minutes and 15 seconds
...@@ -212,7 +212,7 @@ export class PackagerService extends ConsoleLogger { ...@@ -212,7 +212,7 @@ export class PackagerService extends ConsoleLogger {
} }
async archive(root: string, archiveTask: ArchiveTask): Promise<Archive> { async archive(root: string, archiveTask: ArchiveTask): Promise<Archive> {
return this.redlock.using([`archive:${archiveTask.path}`], 1800 * 1000, async () => return this.redlock.using([`archive:${archiveTask.path}`], 30000, async () =>
this.archiveQueue.add(() => this.archiveProcess(root, archiveTask)) 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