优化代码

This commit is contained in:
GoEdgeLab
2021-12-31 19:51:56 +08:00
parent 15f9bf48e6
commit ba587d9ba6

View File

@@ -61,6 +61,7 @@ func NewNode() *Node {
return &Node{
sock: gosock.NewTmpSock(teaconst.ProcessName),
maxThreads: -1,
maxCPU: -1,
}
}