Skip to content

Commit c1b5916

Browse files
mkroeningjounathaen
authored andcommitted
fix: don't delay vCPU threads
1 parent 033102a commit c1b5916

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/vm.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -359,8 +359,6 @@ impl<VirtBackend: VirtualizationBackend> UhyveVm<VirtBackend> {
359359

360360
cpu.thread_local_init().expect("Unable to initialize vCPU");
361361

362-
thread::sleep(std::time::Duration::from_millis(cpu_id as u64 * 50));
363-
364362
struct UnparkOnDrop(Parker);
365363

366364
impl Drop for UnparkOnDrop {

0 commit comments

Comments
 (0)