diff --git a/desktop/main/reactions/syncToRenderer.ts b/desktop/main/reactions/syncToRenderer.ts index 8cd16eb26..099155e04 100644 --- a/desktop/main/reactions/syncToRenderer.ts +++ b/desktop/main/reactions/syncToRenderer.ts @@ -183,7 +183,7 @@ export default ( $rewards.pipe(map((rewards) => ({ smesher: { rewards } }))), $activations.pipe(map((activations) => ({ smesher: { activations } }))), $nodeEvents.pipe( - scan((acc, next) => [...acc, next], []), + scan((acc, next) => [...acc, next].slice(-1000), []), map((events) => ({ smesher: { events } })) ), combineLatest([