优化代码

This commit is contained in:
刘祥超
2021-12-31 19:51:56 +08:00
parent 4ec6ae4301
commit 763ab4ac98

View File

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