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

[WIP] add some missing ssb-gossip config (without README) #40

Closed
wants to merge 1 commit into from

Conversation

mixmix
Copy link
Member

@mixmix mixmix commented Feb 10, 2019

These are more options that ssb-config reads ... I don't know what they are, they're not really documented in the api.md ... I don't know if they should be in here.

Putting them in the defaults.js is a start .. ?

@mixmix mixmix changed the title add some missing ssb-gossip config (without README) [WIP] add some missing ssb-gossip config (without README) Feb 10, 2019
@dominictarr
Copy link
Contributor

@mixmix what about #39 ?
this module has been identified as a cross cutting concern, where the amount of dependencies on it is already a problem - for example gossip.connections was actually not a feature for several years yet was still documented here.

@dominictarr
Copy link
Contributor

Although, I can certainly see the advantage of having aggregate documentation for all configuration options.

@@ -27,7 +27,11 @@ module.exports = function setDefaults (name, config) {
hops: 3
},
gossip: {
connections: 3
connections: 3,
Copy link
Member Author

Choose a reason for hiding this comment

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

TODO - remove connections, it seems to not be used anywhere!

Copy link
Contributor

Choose a reason for hiding this comment

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

we could make it work

@stale
Copy link

stale bot commented May 13, 2019

Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward?

@stale stale bot added the stale label May 13, 2019
@mixmix
Copy link
Member Author

mixmix commented May 13, 2019 via email

@stale stale bot removed the stale label May 13, 2019
@stale
Copy link

stale bot commented Aug 11, 2019

Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward?

@stale stale bot added the stale label Aug 11, 2019
@mixmix mixmix closed this Nov 3, 2019
@mixmix mixmix deleted the ssb-gossip branch November 3, 2019 23:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants