mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-08-29 20:50:13 +08:00
Reduce timer on history timeline
This commit is contained in:
parent
84e68d7ab8
commit
5baeec198a
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ export class HistorySidebarWidgetComponent extends BaseWidgetComponent implement
|
|||
}),
|
||||
);
|
||||
|
||||
const debouncedReload = reload$.pipe(debounce(() => timer(1000)));
|
||||
const debouncedReload = reload$.pipe(debounce(() => timer(400)));
|
||||
|
||||
this.subscription.add(debouncedReload.subscribe(reload => {
|
||||
if (reload) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue