-
Notifications
You must be signed in to change notification settings - Fork 78
Open
Description
Moved from: ipfs/kubo#4918 as this isn't go-ipfs specific and will affect the spec.
Basically, we'd like to allow inlining small blocks into CIDs (using the identity hash function) for performance reasons. However, the larger the block we allow to be inlined, the less user friendly CIDs get. Unfortunately, we have to pick a "default inlined size" up front or we'll end up changing a bunch of hashes later.
Open questions:
- Do we have a hard limit. That is, do we say that all CIDs must be shorter than X?
- What should be the maximum size of CIDs created by default?
Metadata
Metadata
Assignees
Labels
No labels