From 1782975045de70f7208a06b301c65f9bd55b7085 Mon Sep 17 00:00:00 2001 From: wangjichao Date: Fri, 19 Jan 2024 15:57:08 +0800 Subject: [PATCH 1/2] update readme.md time.Mintue to time.Minute --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 8c12829..318db35 100644 --- a/readme.md +++ b/readme.md @@ -118,7 +118,7 @@ h, _ := holmes.New( holmes.WithCollectInterval("5s"), holmes.WithDumpPath("/tmp"), holmes.WithTextDump(), - holmes.WithMemDump(30, 25, 80,time.Mintue), + holmes.WithMemDump(30, 25, 80,time.Minute), ) h.EnableMemDump() From 88a0992fa884601504c6474be5ad6b71ca82b0ba Mon Sep 17 00:00:00 2001 From: wangjichao Date: Fri, 19 Jan 2024 18:12:37 +0800 Subject: [PATCH 2/2] update holmes.doc.zh.md time.Mintue to time.Minute --- doc/zh.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/zh.md b/doc/zh.md index e8852da..0a18ea0 100644 --- a/doc/zh.md +++ b/doc/zh.md @@ -140,7 +140,7 @@ h, _ := holmes.New( holmes.WithCollectInterval("5s"), holmes.WithDumpPath("/tmp"), holmes.WithTextDump(), - holmes.WithMemDump(30, 25, 80, time.Mintue), + holmes.WithMemDump(30, 25, 80, time.Minute), ) h.EnableMemDump()