wip big download

This commit is contained in:
TIBERGHIEN corentin
2026-01-24 16:50:56 +01:00
parent 31b26e96b0
commit c928d98b56
7 changed files with 124 additions and 33 deletions

View File

@@ -137,7 +137,7 @@ pub fn update_handshake(
}
}
drop(guard);
thread::sleep(Duration::from_secs(240));
thread::sleep(Duration::from_secs(60));
}
});
Worker::spawn(handle, crate::threads_handling::WorkerType::PING)