Skip to content
New issue

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

Move has_really_fast_connection() to Nix (deployment.hasFastConnection) #566

Merged
merged 1 commit into from Dec 13, 2016

Conversation

domenkozar
Copy link
Member

@domenkozar domenkozar commented Dec 11, 2016

This fixes #551 #513

I actually would decouple nix-copy-closure --gzip and binary substitution, as they don't necessarily belong together.

If you're deploying 100 nodes, you might not want gzip as it's a huge overhead on the host machine, compressing all data. But the binary substitution might still do a good job deploying from S3. So anything we do not to overload the deployment host helps.

cc @edolstra @rbvermaa

deployment.hasFastConnection can now be set via Nix, as the default
value provided by the backend can't always be suited for all
networking configurations.
@domenkozar domenkozar added this to the 1.5.0 milestone Dec 11, 2016
@rbvermaa rbvermaa merged commit 6f298b6 into master Dec 13, 2016
@grahamc grahamc deleted the deployment.hasFastConnection branch May 7, 2020 11:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Avoid the target downloading from cache but copy everything.
2 participants