Skip to content

Commit

Permalink
Merge pull request #5552 from leerspace/patch-1
Browse files Browse the repository at this point in the history
add version, usage, and planning info for urlstore
  • Loading branch information
Stebalien authored Oct 3, 2018
2 parents 4f9bde8 + 035ce91 commit 18716b9
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions docs/experimental-features.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,16 +183,22 @@ Allows ipfs to retrieve blocks contents via a url instead of storing it in the d
experimental.

### In Version
???.
master, v0.4.17

### How to enable
Modify your ipfs config:
```
ipfs config --json Experimental.UrlstoreEnabled true
```

And then add a file at a specific URL using `ipfs urlstore add <url>`

### Road to being a real feature
???.
- [ ] Needs more people to use and report on how well it works.
- [ ] Need to address error states and failure conditions
- [ ] Need to write docs on usage, advantages, disadvantages
- [ ] Need to implement caching
- [ ] Need to add metrics to monitor performance

---

Expand Down

0 comments on commit 18716b9

Please sign in to comment.