mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-09-02 08:09:19 +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(() => {
|
setTimeout(() => {
|
||||||
this.notificationStore.conditionalNotificationRefresh();
|
this.notificationStore.conditionalNotificationRefresh();
|
||||||
this.recentlyViewed.conditionalGlobalRefresh()
|
this.recentlyViewed.conditionalGlobalRefresh()
|
||||||
}, 1000);
|
}, 500);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (routerEvent instanceof NavigationEnd) {
|
if (routerEvent instanceof NavigationEnd) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue