Apply suggestions from code review
Co-Authored-By: Will <willscott@gmail.com>
@RubenKelevra committed
Mar 30, 2020 at 21:01 UTC
4611e41e5cf5c228acb5a0397bc9298a2ddb6dac
1 file changed
+3
-3
docs/experimental-features.md
+3
-3
@@ -544,7 +544,7 @@ You can read more in the [datastore](./datastores.md#badgerds) documentation.
544
### State
545
Experimental
546
547
-Allows to create directories with an unlimited number of entries - currently
547
+Allows creating directories with an unlimited number of entries - currently
548
size of unixfs directories is limited by the maximum block size
549
550
### Basic Usage:
@@ -570,13 +570,13 @@ ipfs config --json Experimental.ShardingEnabled true
570
571
Experimental, default-disabled.
572
573
-Utilizes pubsub for publishing ipns records in real-time.
573
+Utilizes pubsub for publishing ipns records in real time.
574
575
When it is enabled:
576
- IPNS publishers push records to a name-specific pubsub topic,
577
in addition to publishing to the DHT.
578
- IPNS resolvers subscribe to the name-specific topic on first
579
- resolution and receive subsequently published records through pubsub in real-time. This makes subsequent resolutions instant, as they are resolved through the local cache. Note that the initial resolution still goes through the DHT, as there is no message history in pubsub.
579
+ resolution and receive subsequently published records through pubsub in real time. This makes subsequent resolutions instant, as they are resolved through the local cache. Note that the initial resolution still goes through the DHT, as there is no message history in pubsub.
580
581
Both the publisher and the resolver nodes need to have the feature enabled for it to work effectively.
582