diff --git a/src/pages/Connections.tsx b/src/pages/Connections.tsx index d76ff16..3fe5a96 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(() => {