Skip to content
This repository was archived by the owner on Apr 3, 2023. It is now read-only.

Commit 3519cf3

Browse files
author
bhat
committed
Remove hiatus.
1 parent 8e3c00b commit 3519cf3

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/main.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -297,9 +297,6 @@ async fn start_miners(devices: Vec<Device>, pool: Option<String>) {
297297
Ok(_) => error!("exited without error"),
298298
Err(e) => error!("exited with error: {:?}", e),
299299
}
300-
301-
let hiatus_duration: u64 = rand::thread_rng().gen_range(30..200);
302-
tokio::time::sleep(Duration::from_secs(hiatus_duration)).await;
303300
}
304301
}
305302

0 commit comments

Comments
 (0)