feat(frontend): добавлены виджеты Текущая частота и Форма волны
This commit is contained in:
@@ -167,7 +167,7 @@ export const useLiveStreamStore = create<LiveStreamState>()((set, get) => {
|
||||
peakWindow.push(sample);
|
||||
trimPeakWindow(sample.timeMs);
|
||||
|
||||
// Throttled UI update (important for Recharts + overall UI smoothness)
|
||||
// Throttled UI update
|
||||
scheduleFlush();
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user