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 2b10cf3 commit 1d78b6bCopy full SHA for 1d78b6b
framework/src/main/java/org/tron/common/backup/BackupManager.java
@@ -31,7 +31,7 @@ public class BackupManager implements EventHandler {
31
32
private int port = parameter.getBackupPort();
33
34
- private int keepAliveInterval = args.getKeepAliveInterval();
+ private int keepAliveInterval = parameter.getKeepAliveInterval();
35
36
private String localIp = "";
37
0 commit comments