@cryptotaxi247 / kubo / commits / 046695650

words words words

License: MIT Signed-off-by: vyzo <vyzo@hackzen.org>

vyzo committed Apr 2, 2018 at 22:30 UTC 046695650993225f109b08117a2ad024dfea8300
1 file changed +6 -3
docs/experimental-features.md
+6 -3
@@ -383,9 +383,12 @@ Utilizes pubsub for publishing ipns records in real time.
383 When it is enabled:
384 - IPNS publishers push records to a name-specific pubsub topic,
385 in addition to publishing to the DHT.
386 -- IPNS resolvers subscribe to the name-specific topic and receive newly
387 - published records through pubsub in real time. Note that the initial resolution
388 - still goes through the DHT, as there is no message history in pubsub.
386 +- IPNS resolvers subscribe to the name-specific topic on first
387 + resoltion and receive subsequently published records through pubsub
388 + in real time. This makes subsequent resolutions instant, as they
389 + are resolved through the local cache. Note that the initial
390 + resolution still goes through the DHT, as there is no message
391 + history in pubsub.
392
393 Both the publisher and the resolver nodes need to have the feature enabled for it
394 to work effectively.