Skip to content

Commit

Permalink
Update notifications.service.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-louis authored Oct 30, 2023
1 parent e0f4a47 commit 982e440
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export class NotificationsService {
readonly readInterval: number = 1000;
readonly persistenceTime: number = 1800000;
private freshTimeouts: SuperTimeout[] = [];
private readonly TIMEOUT: number = 30000;
private readonly TIMEOUT: number = 300000;


constructor(private taskService: TaskService, private keycloakService: KeycloakService) {
Expand Down Expand Up @@ -229,4 +229,4 @@ export class NotificationsService {
this.tasksInProgress.forEach(task => total += task.progress);
return total/this.tasksInProgress.length;
}
}
}

0 comments on commit 982e440

Please sign in to comment.