Increase mesh degree
This commit is contained in:
parent
0f2fcac133
commit
82cdbba703
|
@ -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:
|
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` (topic stable mesh target count): 8
|
||||||
- `D_low` (topic stable mesh low watermark): 5
|
- `D_low` (topic stable mesh low watermark): 6
|
||||||
- `D_high` (topic stable mesh high watermark): 12
|
- `D_high` (topic stable mesh high watermark): 12
|
||||||
- `D_lazy` (gossip target): 6
|
- `D_lazy` (gossip target): 6
|
||||||
- `heartbeat_interval` (frequency of heartbeat, seconds): 0.7
|
- `heartbeat_interval` (frequency of heartbeat, seconds): 0.7
|
||||||
|
|
Loading…
Reference in New Issue