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
The IPFS peer to peer layer has a hard limit of 2MB block size. In order to support larger data chunks, we need to split them up. The IPLD-native way to do so seems to be the FBL ADL.
IPLDStore should be modified to split up large bytes-Objects into FBL structures.
The text was updated successfully, but these errors were encountered:
The IPFS peer to peer layer has a hard limit of 2MB block size. In order to support larger data chunks, we need to split them up. The IPLD-native way to do so seems to be the FBL ADL.
IPLDStore
should be modified to split up largebytes
-Objects into FBL structures.The text was updated successfully, but these errors were encountered: