Skip to content

Commit

Permalink
fix: turn back on jlap for faster repodata fetching (#937)
Browse files Browse the repository at this point in the history
  • Loading branch information
ruben-arts authored Mar 9, 2024
1 parent 21e33be commit 27a748c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/repodata.rs
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,6 @@ async fn fetch_repo_data_records_with_progress(
client,
repodata_cache.to_path_buf(),
FetchRepoDataOptions {
jlap_enabled: false,
..FetchRepoDataOptions::default()
},
Some(Box::new(move |fetch::DownloadProgress { total, bytes }| {
Expand Down

0 comments on commit 27a748c

Please sign in to comment.