Function zebra_network::peer_cache_updater::update_peer_cache_once
source ยท pub async fn update_peer_cache_once(
config: &Config,
address_book: &Arc<Mutex<AddressBook>>,
) -> Result<()>
Expand description
Caches peers from the current address_book
to disk, based on config
.