From e4559405c1c579b18dbf02e39b1fad13c031d2b4 Mon Sep 17 00:00:00 2001 From: Jeffrey Paul Date: Tue, 19 Jan 2021 00:43:55 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 63088af..4c38008 100644 --- a/README.md +++ b/README.md @@ -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