We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some cache uploads are not working due to the compression level of 0
makes/src/cli/main/cli.py
Line 667 in 16813d7
To fix this: Remove the compression level of 0 and leave it as default (2).
The text was updated successfully, but these errors were encountered:
refac(back): fluidattacks#1059 change cache compression
359a02a
- Change cachix compression level from 0 to default (2) Signed-off-by: John Perez <mrjohnjairo10@gmail.com>
d0e7647
Merge pull request #1060 from jpverde/main
4a891af
refac(back): #1059 change cache compression
Done.
Sorry, something went wrong.
No branches or pull requests
Some cache uploads are not working due to the compression level of 0
makes/src/cli/main/cli.py
Line 667 in 16813d7
To fix this: Remove the compression level of 0 and leave it as default (2).
The text was updated successfully, but these errors were encountered: