mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-06 10:11:44 +00:00
Add sleep to beacon_node run loop
This commit is contained in:
@@ -60,7 +60,7 @@ fn main() {
|
||||
|
||||
let _server = start_server(log.clone());
|
||||
|
||||
loop {}
|
||||
|
||||
// info!(log, "Exiting.");
|
||||
loop {
|
||||
std::thread::sleep(std::time::Duration::from_secs(1));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user