mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-29 18:53:32 +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());
|
let _server = start_server(log.clone());
|
||||||
|
|
||||||
loop {}
|
loop {
|
||||||
|
std::thread::sleep(std::time::Duration::from_secs(1));
|
||||||
// info!(log, "Exiting.");
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user