From b283c8fed114a5e5151d8aec5b5e190b28a0ae31 Mon Sep 17 00:00:00 2001 From: evolution Date: Sat, 20 Jan 2024 13:46:24 +0800 Subject: [PATCH] update readme.md time.Mintue to time.Minute (#148) * update readme.md time.Mintue to time.Minute * update holmes.doc.zh.md time.Mintue to time.Minute --- doc/zh.md | 2 +- readme.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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() 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()