From 8712ddbca6ce68fa71bb4784d450b208064d5120 Mon Sep 17 00:00:00 2001 From: GoEdgeLab Date: Mon, 14 Nov 2022 16:42:50 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BC=A9=E7=9F=AD=E8=8A=82=E7=82=B9=E8=BF=90?= =?UTF-8?q?=E8=A1=8C=E6=97=A5=E5=BF=97=E9=98=9F=E5=88=97=E9=95=BF=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/remotelogs/utils.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/remotelogs/utils.go b/internal/remotelogs/utils.go index 32abc52..ba329d9 100644 --- a/internal/remotelogs/utils.go +++ b/internal/remotelogs/utils.go @@ -17,7 +17,7 @@ import ( "time" ) -var logChan = make(chan *pb.NodeLog, 1024) +var logChan = make(chan *pb.NodeLog, 64) // 队列数量不需要太长,因为日志通常仅仅为调试用 func init() { // 定期上传日志