poll at 7500 ms
This commit is contained in:
parent
a5fe9ce8e0
commit
86c7c53722
@ -86,9 +86,10 @@ export class ProjectOverviewScreenComponent implements OnInit, OnDestroy {
|
||||
}
|
||||
|
||||
ngOnInit(): void {
|
||||
this.filesAutoUpdateTimer = timer(0, 10000)
|
||||
this.filesAutoUpdateTimer = timer(0, 7500)
|
||||
.pipe(
|
||||
tap(async () => {
|
||||
console.log('reload ... ');
|
||||
await this.appStateService.reloadActiveProjectFilesIfNecessary();
|
||||
})
|
||||
)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user