-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Closed as not planned
Labels
epickind/enhancementA net-new feature or improvement to an existing featureA net-new feature or improvement to an existing feature
Milestone
Description
In js-ipfs we're integrating gossipsub and moving pubsub out of "experimental" status. There are some changes we want to make to support this:
- Enable pubsub by default
- This will add a small overhead to normal operation of the node but is worth it to allow people to pubsub without having to jump through hoops
- Add a config option
Pubsub.Enabled
that will allow power users to disable pubsub if necessary (done: feat: enabling pubsub and ipns-pubsub via config flags #8510) - Deprecate
--enable-pubsub-experiment
flag foripfs daemon
- In js-ipfs we will just remove this, but I understand if you want to continue to support it for a period
vasco-santos, thisconnect, akhilman, lidel, slavnycoder and 1 more
Metadata
Metadata
Assignees
Labels
epickind/enhancementA net-new feature or improvement to an existing featureA net-new feature or improvement to an existing feature