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 3ac0795 commit 3e0a838Copy full SHA for 3e0a838
framework/src/main/java/org/tron/core/config/TronLogShutdownHook.java
@@ -18,7 +18,7 @@ public class TronLogShutdownHook extends ShutdownHookBase {
18
/**
19
* The check times before shutdown. default is 50
20
*/
21
- private Integer check_times = 50;
+ private final long check_times = 60 * 1000 / CHECK_SHUTDOWN_DELAY.getMilliseconds();
22
23
public TronLogShutdownHook() {
24
}
0 commit comments