Skip to content

Commit

Permalink
src/repology.rs: disable --compressed fetch in curl
Browse files Browse the repository at this point in the history
Somehow `--compressed` fetch fails over past few days (too much CPU
needed on the server side?). Let's fall back to the default.
  • Loading branch information
trofi committed Aug 13, 2024
1 parent 8d2d5b0 commit ef1b74e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/repology.rs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ pub(crate) fn get_packages(
let contents_u8 = run_cmd(&[
"curl",
"--user-agent", &user_agent,
"--compressed",
&url])?;
// {
// "python:networkx": [
Expand Down

0 comments on commit ef1b74e

Please sign in to comment.