Expand description
An async task that regularly updates the peer cache on disk from the current address book.
Functions§
- cacheable_
peers 🔒 - Returns a list of cacheable peers, blocking for as short a time as possible.
- peer_
cache_ updater - An ongoing task that regularly caches the current
address_book
to disk, based onconfig
. - update_
peer_ cache_ once - Caches peers from the current
address_book
to disk, based onconfig
.