mirror of
https://github.com/mempool/mempool.git
synced 2026-08-13 12:33:11 +02:00
Adding debounceTime
This commit is contained in:
parent
574048eed5
commit
457b0e6ffa
1 changed files with 1 additions and 0 deletions
|
|
@ -45,6 +45,7 @@ export class AccelerationStatsComponent implements OnInit, OnChanges {
|
|||
websocketRefresh$,
|
||||
this.stateService.chainTip$.pipe(distinctUntilChanged())
|
||||
).pipe(
|
||||
debounceTime(0),
|
||||
switchMap(() =>
|
||||
this.servicesApiService
|
||||
.getAccelerationStats$({ timeframe: this.timespan })
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue