From 82cdbba70307b0c7bf485eb67990d10d7cbb4db6 Mon Sep 17 00:00:00 2001 From: Age Manning Date: Wed, 4 Nov 2020 11:27:35 +1100 Subject: [PATCH] Increase mesh degree --- specs/phase0/p2p-interface.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/specs/phase0/p2p-interface.md b/specs/phase0/p2p-interface.md index bfb61b22e..2b196b8ec 100644 --- a/specs/phase0/p2p-interface.md +++ b/specs/phase0/p2p-interface.md @@ -214,8 +214,8 @@ including the [gossipsub v1.1](https://github.com/libp2p/specs/blob/master/pubsu The following gossipsub [parameters](https://github.com/libp2p/specs/blob/master/pubsub/gossipsub/gossipsub-v1.0.md#parameters) will be used: -- `D` (topic stable mesh target count): 6 -- `D_low` (topic stable mesh low watermark): 5 +- `D` (topic stable mesh target count): 8 +- `D_low` (topic stable mesh low watermark): 6 - `D_high` (topic stable mesh high watermark): 12 - `D_lazy` (gossip target): 6 - `heartbeat_interval` (frequency of heartbeat, seconds): 0.7