Merge pull request #6375 from ipfs/momack2-patch-1

explain what dhtclient does
This commit is contained in:
Steven Allen 2019-05-23 19:47:15 -07:00 committed by GitHub
commit 2192ed775d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -220,7 +220,7 @@ A number of seconds to wait between discovery checks.
Contains options for content routing mechanisms.
- `Type`
Content routing mode. Can be overridden with daemon `--routing` flag.
Content routing mode. Can be overridden with daemon `--routing` flag. When set to `dhtclient`, the node won't join the DHT but can still use it to find content.
Valid modes are:
- `dht` (default)
- `dhtclient`