commit | 61ac811b2b2d6b4e223db18c9261975185363e29 | [log] [tgz] |
---|---|---|
author | Konstantin Ryabitsev <konstantin@linuxfoundation.org> | Wed Nov 04 13:51:07 2020 -0500 |
committer | Konstantin Ryabitsev <konstantin@linuxfoundation.org> | Wed Nov 04 17:17:41 2020 -0500 |
tree | 28f6603dfe31b1f86e0f06363b6402b6e94ab31f | |
parent | ccf6f244970e281acad5c4375250844bdf1f578b [diff] |
Add initial support for objstore preload bundles When performing initial cloning of large repository collections that contain a lot of forks, we end up spending a lot of time waiting objstore operations. If we are able to preload objestore repositories from the mirror we're cloning from, then we can avoid a lot of unnecessary disk churn. Signed-off-by: Konstantin Ryabitsev <konstantin@linuxfoundation.org>