pub async fn update_peer_cache_once( config: &Config, address_book: &Arc<Mutex<AddressBook>>, ) -> Result<()>
Caches peers from the current address_book to disk, based on config.
address_book
config