forked from rojo-rbx/rojo
Fix #21: High CPU usage in a small project
This commit is contained in:
@@ -92,6 +92,8 @@ impl VfsWatcher {
|
||||
}
|
||||
}
|
||||
|
||||
loop {}
|
||||
loop {
|
||||
thread::sleep(Duration::from_secs(1));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user