Adding debounceTime

This commit is contained in:
jramos0 2026-07-03 04:18:15 -06:00
parent 574048eed5
commit 457b0e6ffa

View file

@ -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 })