We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a0952c commit 277cfaaCopy full SHA for 277cfaa
server/src/process.rs
@@ -12,7 +12,7 @@ pub fn terminate_existing_processes(config: &Config) -> AtomicServerResult<()> {
12
use sysinfo::{ProcessExt, SystemExt};
13
let mut s = sysinfo::System::new_all();
14
let retry_secs = 1;
15
- let mut tries_left = 15;
+ let mut tries_left = 60;
16
if let Some(process) = s.process(pid) {
17
log::warn!(
18
"Terminating existing running instance of atomic-server (process ID: {})...",
0 commit comments