Skip to content

Commit a2ff487

Browse files
committed
enable cloud fetch by default
1 parent 6d53e55 commit a2ff487

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/config/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -471,7 +471,7 @@ type CloudFetchConfig struct {
471471
}
472472

473473
func (cfg CloudFetchConfig) WithDefaults() CloudFetchConfig {
474-
cfg.UseCloudFetch = false
474+
cfg.UseCloudFetch = true
475475

476476
if cfg.MaxDownloadThreads <= 0 {
477477
cfg.MaxDownloadThreads = 10

0 commit comments

Comments
 (0)