diff --git a/noxis-rs/settings.json b/noxis-rs/settings.json index 2b5f808..180de41 100644 --- a/noxis-rs/settings.json +++ b/noxis-rs/settings.json @@ -1,5 +1,5 @@ { - "dateOfCreation": "1721381809107", + "dateOfCreation": "1721381809109", "configServer": "localhost", "processes": [ { @@ -30,4 +30,4 @@ } } ] -} \ No newline at end of file +} diff --git a/noxis-rs/src/options/config.rs b/noxis-rs/src/options/config.rs index 88fdbe7..4e0dd4b 100644 --- a/noxis-rs/src/options/config.rs +++ b/noxis-rs/src/options/config.rs @@ -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 ...");