Reduce timeout on refreshing notifications

This commit is contained in:
Jack Anderson 2024-12-16 10:31:49 +00:00 committed by y.yerli
parent 0305972a4d
commit 84e68d7ab8

View file

@ -65,7 +65,7 @@ export class AppComponent {
setTimeout(() => {
this.notificationStore.conditionalNotificationRefresh();
this.recentlyViewed.conditionalGlobalRefresh()
}, 1000);
}, 500);
}
if (routerEvent instanceof NavigationEnd) {