From cdcdac3531918be16c0c2de328b717ede1e30426 Mon Sep 17 00:00:00 2001 From: yaodeshun Date: Mon, 20 Oct 2025 15:10:43 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E4=BB=A3=E7=A0=81=20?= =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package/gamelog/test/gamelog_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/gamelog/test/gamelog_test.go b/package/gamelog/test/gamelog_test.go index 1850b73..ae66f06 100644 --- a/package/gamelog/test/gamelog_test.go +++ b/package/gamelog/test/gamelog_test.go @@ -23,7 +23,7 @@ func TestGamelog(t *testing.T) { // 可填 RetryN: 2, // 默认每10次, 上传检查一次磁盘的失败数据 ChanSize: 500, // 默认1000, 信道size - SendSaveType: 1, // 发送存储类型, 默认不设置为0代表文件存储, 2代表走kafka可实同步日志 + SendSaveType: 2, // 发送存储类型, 默认不设置为0代表文件存储, 2代表走kafka可实同步日志 }) // 随机测试事件和属性