Stop getting missing events on startup (we don't really need them until we need them, now that we have 4 feeds)

This commit is contained in:
Mike Dilger 2023-01-11 18:03:55 +13:00
parent 8f1a4e037f
commit 25d1c11652

View File

@ -231,9 +231,6 @@ impl Overlord {
} }
tracing::info!("Listening on {} relays", relay_count); tracing::info!("Listening on {} relays", relay_count);
// Get desired events from relays
self.get_missing_events().await?;
} }
'mainloop: loop { 'mainloop: loop {