Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ipfs-cap2fs: fix hop count for Kademlia example (fixes ipfs#9)
Since 2**23 doesn't completely cover 10 million nodes, I went for 2**20 which covers 1 million nodes (as suggested by @RichardLitt). License: MIT Signed-off-by: Ivan Vilata-i-Balaguer <[email protected]>
- Loading branch information