diff --git a/src/pages/Connections.tsx b/src/pages/Connections.tsx index d76ff164..3fe5a960 100644 --- a/src/pages/Connections.tsx +++ b/src/pages/Connections.tsx @@ -104,7 +104,7 @@ export default () => { [...prev, ...closedConnections].slice(-1000), ) - return connections + return connections.slice(-200) } createEffect(() => {