Skip to content

Commit 14129bf

Browse files
committed
increased gracefull client shutdown from 5 second to 15 seconds.
DMDcoin#321
1 parent 87998dc commit 14129bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/oe/run.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -723,7 +723,7 @@ impl RunningClient {
723723
.name("diamond-node-force-quit".to_string())
724724
.spawn(move || {
725725

726-
let duration_soft = 5;
726+
let duration_soft = 15;
727727
// we make a force quit if after 90 seconds, if this shutdown routine
728728
std::thread::sleep(Duration::from_secs(duration_soft));
729729
warn!(target: "shutdown", "shutdown not happened within {duration_soft} seconds, starting force exiting the process.");

0 commit comments

Comments
 (0)