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 87998dc commit 14129bfCopy full SHA for 14129bf
bin/oe/run.rs
@@ -723,7 +723,7 @@ impl RunningClient {
723
.name("diamond-node-force-quit".to_string())
724
.spawn(move || {
725
726
- let duration_soft = 5;
+ let duration_soft = 15;
727
// we make a force quit if after 90 seconds, if this shutdown routine
728
std::thread::sleep(Duration::from_secs(duration_soft));
729
warn!(target: "shutdown", "shutdown not happened within {duration_soft} seconds, starting force exiting the process.");
0 commit comments