Adding large blocks/directories (4MiB+) should cause error #5282
Labels
help wanted
Seeking public contribution on this issue
kind/bug
A bug in existing code (including security flaws)
status/deferred
Conscious decision to pause or backlog
As mentioned in ipfs/notes#296 (comment)
I guess there is some hard limit on "do not accepts blocks over this size"
What I recommend is that the client errors out if a block larger then that max limit is added.
For those cases where this needs to be supported an extra flag can be added
--allow-oversized-blocks
If an error can't be added then a Warning could be enough.
This message could also point to an issue disscussing this, or directions recommendingt to enable sharding.
The text was updated successfully, but these errors were encountered: