Skip to content

objectpool: Convert to use in-memory fetches

Patrick Steinhardt requested to merge pks-objectpool-in-memory-fetch into master

There is only a single callsite left in our codebase which creates on-disk remotes, which is the FetchIntoObjectPool RPC. We do not need this remote for anything though, and we have in the past made the move to only ever use in-memory remotes.

Convert the implementation to use in-memory remotes.

Edited by Patrick Steinhardt

Merge request reports

Loading