Skip to content

Commit

Permalink
update readme.md time.Mintue to time.Minute (#148)
Browse files Browse the repository at this point in the history
* update readme.md time.Mintue to time.Minute

* update holmes.doc.zh.md time.Mintue to time.Minute
  • Loading branch information
wjcgithub committed Jan 20, 2024
1 parent 716a960 commit b283c8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit b283c8f

Please sign in to comment.