Update 'README.md'

This commit is contained in:
Jeffrey Paul 2021-01-19 00:43:55 +00:00
parent 349b2a6ba6
commit e4559405c1
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ The manifest file would do several important things:
* Manifest generation speed
* likely involves IPFS chunking, bittorrent chunking, and several different cryptographic hash functions over the entirety of each and every file
* Small manifest file size (within reason)
* 10MiB files are "small" these days, given modern storage/bandwidth
* 30MiB files are "small" these days, given modern storage/bandwidth
* metadata size should not be used as an excuse to sacrifice utility (such as providing checksums over each chunk of a large file)
# Open Questions