mirror of
https://github.com/MetaCubeX/metacubexd.git
synced 2024-11-10 05:15:35 +08:00
fix(connections): table max row 200
This commit is contained in:
parent
68522960fb
commit
0d61b460cc
@ -104,7 +104,7 @@ export default () => {
|
||||
[...prev, ...closedConnections].slice(-1000),
|
||||
)
|
||||
|
||||
return connections
|
||||
return connections.slice(-200)
|
||||
}
|
||||
|
||||
createEffect(() => {
|
||||
|
Loading…
Reference in New Issue
Block a user