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

force gx to use 0.4.0 gateways for now #2394

Merged
merged 1 commit into from
Feb 23, 2016
Merged

Conversation

whyrusleeping
Copy link
Member

This should help a bit with the random stalls we've been seeing, skip multireq altogether :D

License: MIT
Signed-off-by: Jeromy jeromyj@gmail.com

License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
@hackergrrl
Copy link
Contributor

Yeah, I think this is a good optimization until we address the gateway problems.

@whyrusleeping
Copy link
Member Author

whyrusleeping added a commit that referenced this pull request Feb 23, 2016
force gx to use 0.4.0 gateways for now
@whyrusleeping whyrusleeping merged commit 3f4b684 into master Feb 23, 2016
@whyrusleeping whyrusleeping deleted the feat/gx-force-gateway branch February 23, 2016 18:08
@@ -9,6 +9,9 @@ COMMIT := $(shell git rev-parse --short HEAD)
ldflags = "-X "github.com/ipfs/go-ipfs/repo/config".CurrentCommit=$(COMMIT)"
MAKEFLAGS += --no-print-directory


IPFS_API = "https://v04x.ipfs.io"
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This shouldn't actually work if we'd verify the SSL cert (we should)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants