Skip to content

Commit fca248c

Browse files
committed
polish #2905
1 parent f5b509b commit fca248c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

core/src/main/java/com/taobao/arthas/core/command/monitor200/ProfilerCommand.java

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -361,9 +361,8 @@ public void setJfrsync(String jfrsync) {
361361
this.jfrsync = jfrsync;
362362
}
363363

364-
@Option(longName = "wall", flag = true)
365-
@Description("wall clock profiling interval")
366-
@DefaultValue("10000000")
364+
@Option(longName = "wall")
365+
@Description("wall clock profiling interval in milliseconds(recommended: 200)")
367366
public void setWall(Long wall) {
368367
this.wall = wall;
369368
}

0 commit comments

Comments
 (0)