From 87627043d816d4ea2eda8fbf308633fc5031faaf Mon Sep 17 00:00:00 2001 From: wangchuxiao Date: Mon, 24 Jul 2023 11:11:51 +0800 Subject: [PATCH] test: document msg num set 100 --- pkg/common/db/table/unrelation/msg.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/common/db/table/unrelation/msg.go b/pkg/common/db/table/unrelation/msg.go index dc16613ed..ff954c1d6 100644 --- a/pkg/common/db/table/unrelation/msg.go +++ b/pkg/common/db/table/unrelation/msg.go @@ -27,7 +27,7 @@ import ( ) const ( - singleGocMsgNum = 5000 + singleGocMsgNum = 100 Msg = "msg" OldestList = 0 NewestList = -1