We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f915c2 commit 80b2277Copy full SHA for 80b2277
src/main/java/org/tron/core/config/args/Args.java
@@ -81,7 +81,7 @@ public class Args {
81
@Getter
82
@Setter
83
@Parameter(names = {"--min-time-ratio"})
84
- private double minTimeRatio = 1.0; // 50ms * 1.0 = 50ms = 50000us
+ private double minTimeRatio = 0.6;
85
86
87
@@ -372,6 +372,9 @@ public static void clearParam() {
372
INSTANCE.receiveTcpMinDataLength = 2048;
373
INSTANCE.isOpenFullTcpDisconnect = false;
374
INSTANCE.supportConstant = false;
375
+ INSTANCE.debug = false;
376
+ INSTANCE.minTimeRatio = 0.6;
377
+ INSTANCE.maxTimeRatio = 5.0;
378
}
379
380
/**
0 commit comments