Skip to content

Commit

Permalink
refac(back): fluidattacks#1059 change cache compression
Browse files Browse the repository at this point in the history
- Change cachix compression level from 0 to default (2)

Signed-off-by: John Perez <[email protected]>
  • Loading branch information
jpverde committed Mar 28, 2023
1 parent 4073c83 commit d0e7647
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/main/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -664,7 +664,7 @@ def cache_push(cache: List[Dict[str, str]], out: str) -> None:
stdout=sys.stderr.fileno(),
)
_run(
args=["cachix", "push", "-c", "0", config["name"], out],
args=["cachix", "push", config["name"], out],
stderr=None,
stdout=sys.stderr.fileno(),
)
Expand Down

0 comments on commit d0e7647

Please sign in to comment.