Skip to content

Commit

Permalink
Increase validation timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
kanshi committed Oct 9, 2024
1 parent 5ebf89b commit a6ba1a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tasks/tasks.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ export class TasksService implements OnApplicationBootstrap {
}

public async queueValidateRelays(
delayJob: number = 1000 * 60 * 60 * 3
delayJob: number = 1000 * 60 * 60 * 4
): Promise<void> {
if (!this.state.isValidating) {
this.state.isValidating = true
Expand Down

0 comments on commit a6ba1a1

Please sign in to comment.