aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--proposals/0000-hypercore.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/proposals/0000-hypercore.md b/proposals/0000-hypercore.md
index 47ba64a..cfbf9e8 100644
--- a/proposals/0000-hypercore.md
+++ b/proposals/0000-hypercore.md
@@ -285,6 +285,16 @@ function root_hash (roots) {
}
```
+# Parameters
+[parameters]: #parameters
+
+## Entry size
+[parameters-entry-size]: #parameters-entry-size
+
+The maximum size of a Hypercore feed entry is 8mb.
+
+The Hypercore wire protocol applies an 10mb limit to message sizes. Accoringly, all entries on a Hypercore feed have an 8mb limit, to fit into a single message. Note that the 10mb/8mb limit is arbitrary and may be increased in the future.
+
# Drawbacks
[drawbacks]: #drawbacks