File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
common/src/main/java/org/tron/common/parameter Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -68,12 +68,12 @@ public class CommonParameter {
6868 @ Getter
6969 @ Setter
7070 @ Parameter (names = {"--min-time-ratio" }, description = "Maximum CPU tolerance when executing "
71- + "non- timeout transactions while synchronizing blocks. (default: 5 .0)" )
71+ + "timeout transactions while synchronizing blocks. (default: 0 .0)" )
7272 public double minTimeRatio = 0.0 ;
7373 @ Getter
7474 @ Setter
7575 @ Parameter (names = {"--max-time-ratio" }, description = "Maximum CPU tolerance when executing "
76- + "timeout transactions while synchronizing blocks. (default: 0 .0)" )
76+ + "non- timeout transactions while synchronizing blocks. (default: 5 .0)" )
7777 public double maxTimeRatio = calcMaxTimeRatio ();
7878 @ Getter
7979 @ Setter
You can’t perform that action at this time.
0 commit comments