mirror of
https://github.com/TeaOSLab/EdgeNode.git
synced 2025-11-30 04:10:25 +08:00
修改域名匹配的一个Bug,并增大域名的缓存容量,节点状态上传连接数
This commit is contained in:
@@ -59,6 +59,7 @@ func (this *NodeStatusExecutor) update() {
|
||||
status.Arch = runtime.GOARCH
|
||||
status.ConfigVersion = sharedNodeConfig.Version
|
||||
status.IsActive = true
|
||||
status.ConnectionCount = sharedListenerManager.TotalActiveConnections()
|
||||
|
||||
hostname, _ := os.Hostname()
|
||||
status.Hostname = hostname
|
||||
|
||||
Reference in New Issue
Block a user