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 3e1ab7f commit 25e10c7Copy full SHA for 25e10c7
framework/src/main/java/org/tron/core/config/args/Args.java
@@ -129,7 +129,7 @@ public static void clearParam() {
129
PARAMETER.activeNodes = new ArrayList<>();
130
PARAMETER.passiveNodes = new ArrayList<>();
131
PARAMETER.fastForwardNodes = new ArrayList<>();
132
- PARAMETER.maxFastForwardNum = 3;
+ PARAMETER.maxFastForwardNum = 4;
133
PARAMETER.nodeChannelReadTimeout = 0;
134
PARAMETER.maxConnections = 30;
135
PARAMETER.minConnections = 8;
0 commit comments