pub async fn peer_cache_updater( config: Config, address_book: Arc<Mutex<AddressBook>>, ) -> Result<(), BoxError>
An ongoing task that regularly caches the current address_book to disk, based on config.
address_book
config