ITADN

Fetch compact index API sources in parallel

#9484OpenEdouard-chin 创建于 2026-04-14
Bundler
E
Edouard-chincommented
This is an optimization that will benefit Gemfile that contains gem pulled from multiple servers exposing the compact index API. Right now, on a cold cache, Bundler will fetch the compact index API for each server serially. This operation is quite fast, but we can make it even faster.
0 条评论