fix of lc_result ending firstly
parent
6adab1b903
commit
e4c3e5f46f
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"dateOfCreation": "1721381809107",
|
||||
"dateOfCreation": "1721381809109",
|
||||
"configServer": "localhost",
|
||||
"processes": [
|
||||
{
|
||||
|
|
@ -30,4 +30,4 @@
|
|||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -89,6 +89,7 @@ pub mod v2 {
|
|||
if res.is_ok() {
|
||||
info!("Local config warding mechanism stopped, waiting for others ...");
|
||||
sleep(Duration::from_millis(500)).await;
|
||||
let _ = restart_main_thread();
|
||||
}
|
||||
else {
|
||||
error!("Local config warding mechanism crushed, restarting ...");
|
||||
|
|
|
|||
Loading…
Reference in New Issue