We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7c8d40 commit 963868eCopy full SHA for 963868e
1 file changed
common/src/main/java/org/tron/common/parameter/CommonParameter.java
@@ -68,12 +68,12 @@ public class CommonParameter {
68
@Getter
69
@Setter
70
@Parameter(names = {"--min-time-ratio"}, description = "Maximum CPU tolerance when executing "
71
- + "non-timeout transactions while synchronizing blocks. (default: 5.0)")
+ + "timeout transactions while synchronizing blocks. (default: 0.0)")
72
public double minTimeRatio = 0.0;
73
74
75
@Parameter(names = {"--max-time-ratio"}, description = "Maximum CPU tolerance when executing "
76
- + "timeout transactions while synchronizing blocks. (default: 0.0)")
+ + "non-timeout transactions while synchronizing blocks. (default: 5.0)")
77
public double maxTimeRatio = calcMaxTimeRatio();
78
79
0 commit comments