refactor: update nodecar ping

This commit is contained in:
zhom
2025-08-09 10:22:51 +04:00
parent b0a58c3131
commit 18a0254ca7
-1
View File
@@ -420,7 +420,6 @@ pub fn run() {
// Send a ping request to nodecar to trigger unpacking/warm-up
match tokio::process::Command::new("nodecar")
.arg("--version")
.output()
.await
{