You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's IPNS over pubsub. If you have the namesys-pubsub experiment enabled, every time you resolve a new IPNS address IPFS will subscribe to updates to that IPNS record using pubsub. That way, when you resolve that address in the future, you should already know the result (received over pubsub) and won't have to go to the DHT to find it.
That is, of course, the theory. In practice, it's a highly experimental feature that may cause all manner of trouble. Be warned.
I've opened a new issue for documenting this feature: #4902
If you have any more questions about IPNS over pubsub, please continue the discussion on: https://discuss.ipfs.io/
I find ipnsps in /core/commands/ipnsps.go,but i use
ipfs daemon --enable-namesys-pubsub
to start ,then the IPNS also too slow.The text was updated successfully, but these errors were encountered: