mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-08-30 02:52:22 +08:00
Reduce timeout on refreshing notifications
This commit is contained in:
parent
0305972a4d
commit
84e68d7ab8
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ export class AppComponent {
|
|||
setTimeout(() => {
|
||||
this.notificationStore.conditionalNotificationRefresh();
|
||||
this.recentlyViewed.conditionalGlobalRefresh()
|
||||
}, 1000);
|
||||
}, 500);
|
||||
}
|
||||
|
||||
if (routerEvent instanceof NavigationEnd) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue