From 763ab4ac98bc50eb6f4d4f963ac59b31ade4e456 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E7=A5=A5=E8=B6=85?= Date: Fri, 31 Dec 2021 19:51:56 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/nodes/node.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/nodes/node.go b/internal/nodes/node.go index 4496414..6dbf463 100644 --- a/internal/nodes/node.go +++ b/internal/nodes/node.go @@ -61,6 +61,7 @@ func NewNode() *Node { return &Node{ sock: gosock.NewTmpSock(teaconst.ProcessName), maxThreads: -1, + maxCPU: -1, } }