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

Added Defaults to ipfs daemon #2652

Merged
merged 1 commit into from
May 15, 2016
Merged

Conversation

RichardLitt
Copy link
Member

Split from #2484.

License: MIT
Signed-off-by: Richard Littauer richard.littauer@gmail.com

@RichardLitt RichardLitt added the topic/docs-ipfs Topic docs-ipfs label May 10, 2016
cmds.BoolOption(enableGCKwd, "Enable automatic periodic repo garbage collection"),
cmds.BoolOption(adjustFDLimitKwd, "Check and raise file descriptor limits if needed"),
cmds.BoolOption(initOptionKwd, "Initialize IPFS with default settings if not already initialized").Default(false),
cmds.StringOption(routingOptionKwd, "Overrides the routing option (dht, supernode)").Default("supernode"),
Copy link
Member

Choose a reason for hiding this comment

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

the default is not supernode, lol

Copy link
Member Author

Choose a reason for hiding this comment

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

What is it? dht? :P

Copy link
Member

Choose a reason for hiding this comment

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

It is DHT.

Copy link
Member Author

Choose a reason for hiding this comment

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

What does 'supernode' mean here, then? I haven't run across this term before.

Copy link
Member

Choose a reason for hiding this comment

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

it was an old bit of code we wrote to be a 'centralized' routing system. We kindof abandoned it. The code might still work, but its not used.

Copy link
Member Author

Choose a reason for hiding this comment

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

Ok, removed. We should remove that old code, then, too.

@whyrusleeping whyrusleeping added the need/author-input Needs input from the original author label May 13, 2016
@RichardLitt RichardLitt removed the need/author-input Needs input from the original author label May 14, 2016
@whyrusleeping whyrusleeping added the need/author-input Needs input from the original author label May 14, 2016
@RichardLitt RichardLitt force-pushed the feature/add-defaults-to-daemon branch from 0820ce3 to 6e91bc5 Compare May 15, 2016 17:30
Split from #2484.

License: MIT
Signed-off-by: Richard Littauer <richard.littauer@gmail.com>
@RichardLitt RichardLitt force-pushed the feature/add-defaults-to-daemon branch from 6e91bc5 to fa1c555 Compare May 15, 2016 17:31
@RichardLitt RichardLitt added need/review Needs a review and removed need/author-input Needs input from the original author labels May 15, 2016
@Kubuxu Kubuxu added RFM and removed need/review Needs a review labels May 15, 2016
@Kubuxu
Copy link
Member

Kubuxu commented May 15, 2016

LGTM

@whyrusleeping whyrusleeping merged commit c390c88 into master May 15, 2016
@whyrusleeping whyrusleeping deleted the feature/add-defaults-to-daemon branch May 15, 2016 19:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
RFM topic/docs-ipfs Topic docs-ipfs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants