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
{{ message }}
This repository was archived by the owner on Feb 12, 2024. It is now read-only.
**Please read this:** DHT (automatic content discovery) and Circuit Relay (pierce through NATs and dial between any node in the network) are two fundamental pieces that are not finalized yet. There are multiple applications that can be built without these two services but nevertheless they are fundamental to get that magic IPFS experience. If you want to track progress or contribute, please follow:
- `ipnsPubsub` (boolean): Enable pub-sub on IPNS. (Default: `false`)
321
316
- `sharding` (boolean): Enable directory sharding. Directories that have many child objects will be represented by multiple DAG nodes instead of just one. It can improve lookup performance when a directory has several thousand files or more. (Default: `false`)
322
-
- `dht` (boolean): Enable KadDHT. **This is currently not interoperable with `go-ipfs`.**
323
317
324
318
##### `options.config`
325
319
@@ -600,7 +594,13 @@ The core API is grouped into several areas:
0 commit comments