fix(connections): table max row 200

This commit is contained in:
Zephyruso 2023-09-06 20:19:20 +08:00
parent 68522960fb
commit 0d61b460cc

View File

@ -104,7 +104,7 @@ export default () => {
[...prev, ...closedConnections].slice(-1000),
)
return connections
return connections.slice(-200)
}
createEffect(() => {