优化代码

This commit is contained in:
刘祥超
2021-12-19 16:54:56 +08:00
parent 13b89d5971
commit 8de791079c
2 changed files with 1 additions and 1 deletions

View File

@@ -632,6 +632,7 @@ func (this *Node) listenSock() error {
"ipConns": ipConns,
"serverConns": serverConns,
"total": sharedListenerManager.TotalActiveConnections(),
"limiter": sharedConnectionsLimiter.Len(),
},
})
}