The build cache stores files from previous builds to speed up future ones. We've improved its performance by downloading parts of the cache in parallel using a worker pool.This decreased the build...
构建缓存存储先前构建的文件,以加快未来构建速度。通过并行下载缓存,构建初始化时间平均减少30%,最多减少7秒。此功能自动启用。