You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This goes along with adding support in pkgcraft for detecting, configuring, and/or flagging repo types as read/write vs read-only being that read/write repos have to validate and update metadata (to be safe) while read-only repos don't.
For read/write repos, we should be able to provide access to a custom iterator type that regenerates metadata in parallel in the background on demand as necessary while serially returning the next package with valid metadata.
The text was updated successfully, but these errors were encountered:
This goes along with adding support in pkgcraft for detecting, configuring, and/or flagging repo types as read/write vs read-only being that read/write repos have to validate and update metadata (to be safe) while read-only repos don't.
For read/write repos, we should be able to provide access to a custom iterator type that regenerates metadata in parallel in the background on demand as necessary while serially returning the next package with valid metadata.
The text was updated successfully, but these errors were encountered: